diff --git a/packages/yarnpkg-core/sources/miscUtils.ts b/packages/yarnpkg-core/sources/miscUtils.ts index 93c5bd133ad0..8a2e25437825 100644 --- a/packages/yarnpkg-core/sources/miscUtils.ts +++ b/packages/yarnpkg-core/sources/miscUtils.ts @@ -223,9 +223,9 @@ export class DefaultStream extends Transform { } _flush(cb: any) { - if (this.active && this.ifEmpty.length > 0) { - cb(null, this.ifEmpty); - } + // if (this.active && this.ifEmpty.length > 0) { + cb(null, this.ifEmpty); + // } } }