You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Hi. After updating from 0.3.1 to 0.4.1, this seems to be swallowing my error messages. I will sometimes get no error message or sometimes part of the message and the part varies.
Example case that fails with a normal error message with 0.3.1 but gives truncated messages in 0.4.1:
moduleServer.MainwhereimportDebug.Trace
main = do
fail
0.3.1 error message:
[17:38:25] Using gulpfile gulpfile.js
[17:38:25] Starting 'server'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: Error in module Server.Main:
Error at src/server/main.purs line 48, column 6 - line 48, column 6:
Unknown value fail
See https://github.com/purescript/purescript/wiki/Error-Code-UnknownValue for more information, or to contribute content related to this error.
0.4.1 error message:
[17:33:37] Using gulpfile gulpfile.js
[17:33:37] Starting 'server'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: r.
at ChildProcess.<anonymous> (node_modules/gulp-purescript/index.js:2215:32)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)