You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/05/21 06:27:22 UTC

[echarts-bot] branch master updated: chore: terminate the node process on unhandled promise rejection.

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a8f529  chore: terminate the node process on unhandled promise rejection.
3a8f529 is described below

commit 3a8f5293f2f09caba76f550e3a16ce4d9ec17892
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri May 21 14:26:53 2021 +0800

    chore: terminate the node process on unhandled promise rejection.
---
 .github/workflows/bot-wakup.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bot-wakup.yml b/.github/workflows/bot-wakup.yml
index 8a8d8e3..f9bf54f 100644
--- a/.github/workflows/bot-wakup.yml
+++ b/.github/workflows/bot-wakup.yml
@@ -34,4 +34,4 @@ jobs:
         run: npm ci
 
       - name: Wake up bot
-        run: node src/glitch/wakeup.js
+        run: node --unhandled-rejections=strict src/glitch/wakeup.js

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org