Skip to content

Commit cc94ef0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

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

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

0 commit comments

Comments
 (0)