We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 -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.
at
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our regexp is currently only looking for lines that start with
at
, so it misses the syntax error completely.The text was updated successfully, but these errors were encountered: