1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 19:27:29 -06:00

Use gutil instead of console

This commit is contained in:
syuilo 2016-12-29 20:56:28 +09:00
parent 7dd740ea70
commit 2256252d53

View file

@ -190,7 +190,7 @@ gulp.task('build:client:scripts', done => {
.transform(transformify((source, file) => {
if (file.substr(-4) !== '.tag') return source;
console.log(file);
gutil.log('Build Tag: ' + file);
return source;
}))