[AsarUpdate] Clean up source (missing semicolon)
This commit is contained in:
parent
1929cb0427
commit
c69bfdf0e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue