frontmacs icon indicating copy to clipboard operation
frontmacs copied to clipboard

Node stacktrace regexp does not match syntax errors

Open cowboyd opened this issue 7 years ago • 0 comments

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.

cowboyd avatar Dec 06 '17 17:12 cowboyd