Commit 2aa5eb6a by Haohao Jiang

fix: remove process exits

parent afdeb96b
docker build -t reg.i.strikingly.com/falcon:v0.6.1 . # add ioredis to package.json
docker push reg.i.strikingly.com/falcon:v0.6.1 # add ioredis to package.json
\ No newline at end of file
docker build -t reg.i.strikingly.com/falcon:v0.6.3 .
docker push reg.i.strikingly.com/falcon:v0.6.3
\ No newline at end of file
......@@ -95,7 +95,7 @@ function isMonday11AM() {
// 调用入口
main()
.then(() => process.exit(0))
.then()
.catch(err => {
console.error(err);
process.exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment