Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Fix default interval
Browse files Browse the repository at this point in the history
  • Loading branch information
MinkyuCho(Alan) committed May 31, 2016
1 parent 984a639 commit 7daec73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const exit = () => {
}
const bus = await $p(pm2.launchBus).call(pm2);
const listener = new Listener({ ...getClient(), bus });
await listener.listen();
listener.listen();
console.log('[%s:%s] ready', pkg.name, pkg.version);
} catch (error) {
console.error(error.stack);
Expand Down

0 comments on commit 7daec73

Please sign in to comment.