mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 19:06:35 +00:00
@@ -83,7 +83,7 @@ bool ScriptException::CatchPending(const ScriptRequest& rq)
|
||||
msg << "JavaScript error: ";
|
||||
if (report->filename)
|
||||
{
|
||||
msg << report->filename;
|
||||
msg << report->filename.c_str();
|
||||
msg << " line " << report->lineno << "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user