Skip to content

Commit

Permalink
chroe: Correct an error syntax of English (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
DongWei authored and dead-horse committed May 11, 2018
1 parent c0f4bd1 commit e5d4752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent.js
Expand Up @@ -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);
Expand Down

0 comments on commit e5d4752

Please sign in to comment.