Improve error log on webassembly
This commit is contained in:
@@ -31,6 +31,9 @@ class Log
|
||||
|
||||
if (throwErrors)
|
||||
{
|
||||
#if webassembly
|
||||
println(message);
|
||||
#end
|
||||
throw message;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user