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 build -t reg.i.strikingly.com/falcon:v0.6.3 .
docker push reg.i.strikingly.com/falcon:v0.6.1 # add ioredis to package.json docker push reg.i.strikingly.com/falcon:v0.6.3
\ No newline at end of file \ No newline at end of file
...@@ -95,7 +95,7 @@ function isMonday11AM() { ...@@ -95,7 +95,7 @@ function isMonday11AM() {
// 调用入口 // 调用入口
main() main()
.then(() => process.exit(0)) .then()
.catch(err => { .catch(err => {
console.error(err); console.error(err);
process.exit(1); 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