Skip to content
Snippets Groups Projects
Commit a0105c13 authored by Jakob Moosbrugger's avatar Jakob Moosbrugger
Browse files

fixed typo

parent ce6916d2
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ var Worker = function () { ...@@ -39,7 +39,7 @@ var Worker = function () {
var portIndex = debugVars.findIndex(function (debugArg) { var portIndex = debugVars.findIndex(function (debugArg) {
//get index of debug port specifier //get index of debug port specifier
return (/^--(debug|inspect)(-brk)?=\d*/.test(debugArg) return (/^--(debug|inspect)(-brk)?\d*/.test(debugArg)
); );
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment