[AsarUpdate] Clean up source (missing semicolon)

This commit is contained in:
Ducko 2022-02-06 21:16:38 +00:00
parent 1929cb0427
commit c69bfdf0e1
1 changed files with 1 additions and 1 deletions

View File

@ -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();