Skip to content

Commit 38fa5c1

Browse files
author
Kuniwak
committed
Fix a dust
1 parent 68984c9 commit 38fa5c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ var tasks = [
4343

4444
tasks.forEach(function(task) {
4545
var run = require('gulp-run');
46-
// var require('stream').Writable({ objectMode: true });
4746

4847
gulp.task(task.cmd, task.help, ['lint-' + task.cmd], function() {
4948
// We expected that mocha-phantomjs print colorized results, but it isn't.

0 commit comments

Comments
 (0)