Improve error log on webassembly

This commit is contained in:
Joshua Granick
2023-05-23 20:11:28 -07:00
parent 22fb444e71
commit 22abd30209

View File

@@ -31,6 +31,9 @@ class Log
if (throwErrors)
{
#if webassembly
println(message);
#end
throw message;
}
else