Error "blah" not shown in HTML5 release mode v67e
Monkey Forums/Monkey Bug Reports/Error "blah" not shown in HTML5 release mode v67e
| ||
When running the following code in debug mode, the error is displayed in the HTML console:Function Main() Local x = 1 If x = 1 Then Error "Oi" End Monkey Runtime Error : Oi H:/Dropbox/CodeMonkey/MonkeyPro67e/bananas/Test/test.monkey<3> But in release mode, nothing is displayed... |