Skip to content

Commit

Permalink
Add --inspect-brk to known flags (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deilan authored and blakeembrey committed Jun 6, 2017
1 parent 7dfb3e3 commit 5cf97b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin.ts
Expand Up @@ -21,6 +21,7 @@ v8flags(function (err, v8flags) {
'--debug',
'--debug-brk',
'--inspect',
'--inspect-brk',
'--nolazy',
'--no-deprecation',
'--log-timer-events',
Expand Down

0 comments on commit 5cf97b1

Please sign in to comment.