We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb1db0 commit 838c378Copy full SHA for 838c378
library/Core.cpp
@@ -539,7 +539,7 @@ std::filesystem::path Core::findScript(std::string name)
539
std::filesystem::path path = std::filesystem::weakly_canonical(*it / name, ec);
540
if (ec)
541
{
542
- con.printerr("Error loading ''%s' (%s)\n", (*it / name).string().c_str(), ec.message().c_str());
+ con.printerr("Error loading '%s' (%s)\n", (*it / name).string().c_str(), ec.message().c_str());
543
continue;
544
}
545
0 commit comments