Skip to content

Commit

Permalink
Add stack-trace-limit known flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Codesleuth authored Feb 14, 2018
1 parent d5a941c commit 9806626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ v8flags(function (err, v8flags) {
'--preserve-symlinks',
'--expose-gc',
'--expose-http2',
'--trace-warnings'
'--trace-warnings',
'--stack-trace-limit'
])

for (let i = 0; i < argv.length; i++) {
Expand Down

0 comments on commit 9806626

Please sign in to comment.