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