mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Fix download-dist.js do not exit sometimes
This commit is contained in:
parent
cf32b8bc64
commit
4642f9be0a
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ function download(url) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("Done");
|
console.log("Done");
|
||||||
|
process.exit(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
tarStream.on("error", () => {
|
tarStream.on("error", () => {
|
||||||
|
|
Loading…
Reference in a new issue