empty Buffer at end of transpilation
This commit is contained in:
Vendored
+2
-1
@@ -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();
|
||||||
})
|
})
|
||||||
|
|||||||
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user