Skip to content

Commit 6d2a6d5

Browse files
authored
Address more CodeQL warnings (#349)
1 parent 1d19b98 commit 6d2a6d5

File tree

29 files changed

+862
-3345
lines changed

29 files changed

+862
-3345
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fs = require("graceful-fs"),
1616
concat = require("gulp-concat"),
1717
header = require("gulp-header"),
1818
eol = require("gulp-eol"),
19-
util = require('gulp-util'),
19+
log = require('fancy-log'),
2020
postcss = require('gulp-postcss'),
2121
rtl = require('postcss-rtl'),
2222
babel = require('gulp-babel');
@@ -81,7 +81,7 @@ gulp.task("watch", function () {
8181
});
8282

8383
gulp.task('help', function () {
84-
util.log(`
84+
log(`
8585
Usage: gulp [TASK]
8686
Tasks:
8787
build Incremental build (each asset group is built only if one or more inputs are newer than the output).

0 commit comments

Comments
 (0)