mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 05:14:43 +00:00
update_release_script_to_use_finish_event_instead_of_end
This commit is contained in:
parent
776eba5c57
commit
904840d27c
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ rl_interface.question(`Confirm release version (${version}): `, (confirmed_versi
|
|||
throw err;
|
||||
});
|
||||
|
||||
archive.on('end', async function() {
|
||||
archive.on('finish', async function() {
|
||||
console.log('Archive wrote %d bytes', archive.pointer());
|
||||
|
||||
// Upload zip file after archive has been finalized
|
||||
|
|
|
|||
Loading…
Reference in a new issue