Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node stacktrace regexp does not match syntax errors #94

Open
cowboyd opened this issue Dec 6, 2017 · 0 comments
Open

Node stacktrace regexp does not match syntax errors #94

cowboyd opened this issue Dec 6, 2017 · 0 comments

Comments

@cowboyd
Copy link
Member

cowboyd commented Dec 6, 2017

node -r @std/esm play.mjs
/Users/cowboyd/Code/microstates.js/play.mjs:70
  options = M.Array
          ^

SyntaxError: Unexpected token
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

Our regexp is currently only looking for lines that start with at, so it misses the syntax error completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant