mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-06 15:36:12 +08:00
Fix download-dist.js do not exit sometimes
This commit is contained in:
@@ -47,6 +47,7 @@ function download(url) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log("Done");
|
console.log("Done");
|
||||||
|
process.exit(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
tarStream.on("error", () => {
|
tarStream.on("error", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user