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
When there is a top-level syntax error in the NodeJS REPL, nothing in the test output indicates that anything is wrong. Even the :ShowREPL option does not show the syntax error output.
We should have a way of more effectively debugging such issues. Ideally by properly reporting the error, though that may be annoying to implement. At the very least, :ShowREPL should let us know what's going on by printing all the NodeJS output.
The text was updated successfully, but these errors were encountered:
As we've seen before, such as here: #65 (comment)
When there is a top-level syntax error in the NodeJS REPL, nothing in the test output indicates that anything is wrong. Even the
:ShowREPL
option does not show the syntax error output.We should have a way of more effectively debugging such issues. Ideally by properly reporting the error, though that may be annoying to implement. At the very least,
:ShowREPL
should let us know what's going on by printing all the NodeJS output.The text was updated successfully, but these errors were encountered: