[Poly > Yauzl] Minor source tweaks

This commit is contained in:
Ducko 2022-03-10 21:37:12 +00:00
parent 4e21350ca3
commit 8b8ec99229

View file

@ -36,7 +36,5 @@ exports.open = async (zipPath, _options, callback) => {
errorOut(err); errorOut(err);
}); });
proc.on('close', async () => { proc.on('close', () => listeners.end());
listeners.end();
});
}; };