fix(core): update

This commit is contained in:
2023-11-03 21:36:10 +01:00
parent 8a3c653213
commit 1c0e5f264d
6 changed files with 20 additions and 36 deletions

View File

@@ -94,14 +94,3 @@ export class StreamWrapper {
return done.promise;
}
}
export let cleanPipe = () => {
return plugins.through2.obj(
(file, enc, cb) => {
cb();
},
(cb) => {
cb();
}
);
};