maint: add new line

This commit is contained in:
Edo 2023-03-13 19:03:25 +00:00 committed by GitHub
parent ad807cd0a7
commit a97011251f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ namespace gsc
catch (const std::exception& ex)
{
console::error("*********** script compile error *************\n");
console::error("failed to compile '%s':\n%s", real_name.data(), ex.what());
console::error("failed to compile '%s':\n%s\n", real_name.data(), ex.what());
console::error("**********************************************\n");
return nullptr;
}