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.gulpSourcemaps.write(),
|
||||||
plugins.gulpInjectModules(),
|
plugins.gulpInjectModules(),
|
||||||
plugins.through2.obj((file, enc, cb) => {
|
plugins.through2.obj((file, enc, cb) => {
|
||||||
cb(null, file);
|
console.log(file);
|
||||||
|
cb();
|
||||||
}, (cb) => {
|
}, (cb) => {
|
||||||
cb();
|
cb();
|
||||||
})
|
})
|
||||||
|
@ -32,7 +32,7 @@ let mocha = function (configArg: INpmtsConfig) {
|
|||||||
plugins.gulpInjectModules(),
|
plugins.gulpInjectModules(),
|
||||||
plugins.through2.obj(
|
plugins.through2.obj(
|
||||||
(file, enc, cb) => {
|
(file, enc, cb) => {
|
||||||
cb(null, file)
|
cb()
|
||||||
},
|
},
|
||||||
(cb) => {
|
(cb) => {
|
||||||
cb()
|
cb()
|
||||||
|
Loading…
Reference in New Issue
Block a user