Skip to content

Commit

Permalink
put stack trace limit back in run script (it's sometimes needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Dec 18, 2023
1 parent 40c9947 commit dac5acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node --enable-source-maps src/build/run.js $@
node --enable-source-maps --stack-trace-limit=1000 src/build/run.js $@

0 comments on commit dac5acb

Please sign in to comment.