Skip to content

Commit 028fd9a

Browse files
committed
Fix for invalid callback
1 parent 0c88c8e commit 028fd9a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

releases/Update.zip

2 Bytes
Binary file not shown.

releases/installers/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function getUpdate() {
2525
zip.extractEntryTo(zipEntry.entryName, './update', false, true)
2626
}
2727
});
28-
fs.unlink("./update.zip")
28+
fs.unlinkSync("./update.zip")
2929
resolve()
3030
});
3131
});

0 commit comments

Comments
 (0)