[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');
|
log('AsarUpdate', 'Piping download response to stream');
|
||||||
res.pipe(file);
|
res.pipe(file);
|
||||||
})
|
});
|
||||||
|
|
||||||
file.on('finish', () => {
|
file.on('finish', () => {
|
||||||
file.close();
|
file.close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue