benthevining / lfilesystem

C++ filesystem library, built on top of std::filesystem

Home Page:https://benthevining.github.io/lfilesystem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emscripten test failures

benthevining opened this issue · comments

Several tests are failing on Emscripten, due to inability to catch exceptions internally. All places where we currently have internal try/catch blocks should be refactored, if possible, to call non-throwing functions.