[Poly > Yauzl] Minor source tweaks

This commit is contained in:
Ducko 2022-03-10 21:37:12 +00:00
parent 4e21350ca3
commit 8b8ec99229
1 changed files with 1 additions and 3 deletions

View File

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