shabiel/M-Web-Server

Errors in NOGBL mode are not reported

Closed this issue · 3 comments

When an M error happens during the execution of the Web Server, LOGERR doesn't set the global that contains the error information because we are running in "No Globals" mode; and as a result, they are suppressed and never sent back to the client.

Oh this is just a plain bug... we don't use NodeJS anywhere. No relation to it. We just need to report the error like we normally do.

Implemented in PR#52