From e5d47524ef96138172c86e774014a6b26d5cac09 Mon Sep 17 00:00:00 2001 From: DongWei Date: Fri, 11 May 2018 17:49:47 +0800 Subject: [PATCH] chroe: Correct an error syntax of English (#2544) --- lib/agent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/agent.js b/lib/agent.js index 99afc94671..6259523f14 100644 --- a/lib/agent.js +++ b/lib/agent.js @@ -30,7 +30,7 @@ class Agent extends EggApplication { this.dumpConfig(); this.coreLogger.info('[egg:core] dump config after load, %s', ms(Date.now() - dumpStartTime)); - // keep agent alive even it don't have any io tasks + // keep agent alive even it doesn't have any io tasks setInterval(() => {}, 24 * 60 * 60 * 1000); this._uncaughtExceptionHandler = this._uncaughtExceptionHandler.bind(this);