Skip to content

Commit

Permalink
fix: 无限启动模式下,无法正确关闭浏览器的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Dec 3, 2017
1 parent e2c708b commit 340b89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ class App extends EventEmitter {
while (process) {
await this.runAll();
// take a rest then let's go...
await this.close();
await utils.sleep(1000 * 10);
}
}
Expand Down

0 comments on commit 340b89e

Please sign in to comment.