empty Buffer at end of transpilation
This commit is contained in:
parent
36f540a22e
commit
8831a8d173
3
dist/mod02/index.js
vendored
3
dist/mod02/index.js
vendored
@ -26,7 +26,8 @@ let mocha = function (configArg) {
|
||||
plugins.gulpSourcemaps.write(),
|
||||
plugins.gulpInjectModules(),
|
||||
plugins.through2.obj((file, enc, cb) => {
|
||||
cb(null, file);
|
||||
console.log(file);
|
||||
cb();
|
||||
}, (cb) => {
|
||||
cb();
|
||||
})
|
||||
|
@ -32,7 +32,7 @@ let mocha = function (configArg: INpmtsConfig) {
|
||||
plugins.gulpInjectModules(),
|
||||
plugins.through2.obj(
|
||||
(file, enc, cb) => {
|
||||
cb(null, file)
|
||||
cb()
|
||||
},
|
||||
(cb) => {
|
||||
cb()
|
||||
|
Loading…
Reference in New Issue
Block a user