Skip to content

Commit

Permalink
supports debugging in webstrom and other jetbrains products (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lev-kazakov authored and kwiatkk1 committed Jun 20, 2018
1 parent 161cc09 commit 0aa039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/worker/process.js
Expand Up @@ -4,7 +4,7 @@ const EventEmitter = require('events');
const Transport = require('./transport');

const execArgsProcessor = {
debugOptionPattern: /^(--inspect|--debug|--debug-(brk|port))(=\d+)?$/,
debugOptionPattern: /^(--inspect(?:-brk)?|--debug|--debug-(brk|port))(=\d+)?$/,
offset: 1,

map(execArgv) {
Expand Down

0 comments on commit 0aa039b

Please sign in to comment.