mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Use gutil instead of console
This commit is contained in:
parent
bfbb41ffc8
commit
fbdcb31017
@ -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;
|
||||
}))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user