[AsarUpdate] Clean up source (missing semicolon)

main
Oj 2 years ago
parent 1929cb0427
commit c69bfdf0e1

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

Loading…
Cancel
Save