diff --git a/bin/6to5-node b/bin/6to5-node index e9a45cc6fd..bf091e242d 100755 --- a/bin/6to5-node +++ b/bin/6to5-node @@ -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":