From 8b8ec99229d4d175413a70b561ae429108bcc9d4 Mon Sep 17 00:00:00 2001 From: Oj Date: Thu, 10 Mar 2022 21:37:12 +0000 Subject: [PATCH] [Poly > Yauzl] Minor source tweaks --- poly/yauzl.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/poly/yauzl.js b/poly/yauzl.js index ee2b112..2c4880a 100644 --- a/poly/yauzl.js +++ b/poly/yauzl.js @@ -36,7 +36,5 @@ exports.open = async (zipPath, _options, callback) => { errorOut(err); }); - proc.on('close', async () => { - listeners.end(); - }); + proc.on('close', () => listeners.end()); }; \ No newline at end of file