Skip to content

Commit cbeeb03

Browse files
author
benholloway
committed
changed how traceur runtime is included to fix problems with cli
1 parent cc94ef0 commit cbeeb03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ gulp.on('task_stop', function (e) {
2121
);
2222
});
2323

24-
var taskName = process.argv[1];
25-
console.log(process.argv);
24+
var taskName = process.argv[2];
2625
gulp.start(gulp.hasTask(taskName) ? taskName : 'default');

0 commit comments

Comments
 (0)