Skip to content

Commit

Permalink
Update library/src/engine.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael MIGLIORE <[email protected]>
  • Loading branch information
mwestphal and Meakk authored Dec 29, 2024
1 parent c5783e4 commit de617d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/engine.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ std::vector<std::string> engine::getPluginsList(const fs::path& pluginPath)
}
}
}
catch (const std::filesystem::filesystem_error&)
catch (const fs::filesystem_error&)
{
}

Expand Down

0 comments on commit de617d8

Please sign in to comment.