diff --git a/src/asarUpdate.js b/src/asarUpdate.js index e78f52e..4808c33 100644 --- a/src/asarUpdate.js +++ b/src/asarUpdate.js @@ -52,7 +52,7 @@ module.exports = async () => { // (Try) update asar log('AsarUpdate', 'Piping download response to stream'); res.pipe(file); - }) + }); file.on('finish', () => { file.close();