[Poly > Yauzl] Minor source tweaks
This commit is contained in:
parent
4e21350ca3
commit
8b8ec99229
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
|
||||||
});
|
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue