Merge pull request #218 from timoxley/no-no-timeouts

Remove --no-timeouts flag.
This commit is contained in:
Sebastian McKenzie 2014-11-25 19:47:54 +11:00
commit 8cbc1f7f06

View File

@ -14,13 +14,11 @@ process.argv.slice(2).forEach(function(arg){
switch (flag) {
case "-d":
args.unshift("--debug");
args.push("--no-timeouts");
break;
case "debug":
case "--debug":
case "--debug-brk":
args.unshift(arg);
args.push("--no-timeouts");
break;
case "-gc":
case "--expose-gc":