Skip to content

Commit

Permalink
fix: scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 16, 2018
1 parent cccfe46 commit 5c0b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InteractorDaemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const InteractorDaemon = module.exports = class InteractorDaemon {
// start interactors
this.watchDog = WatchDog

setTimeout(function() {
setTimeout(() => {
this.watchDog.start({
conf: {
ipm2: this.getPM2Client()
Expand Down

0 comments on commit 5c0b1e8

Please sign in to comment.