Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed May 29, 2020
1 parent e8614c4 commit 645b070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/engine-core/src/NodeEngine.ts
Expand Up @@ -544,6 +544,7 @@ ${chalk.dim("In case we're mistaken, please report this to us 🙏.")}`)
}
debug(`Restart attempt ${attempt}. Backoff done`)
this.restartCount++
// TODO: look into this
const wait =
Math.random() * 2 * Math.pow(Math.E, this.restartCount)
this.startPromise = undefined
Expand Down

0 comments on commit 645b070

Please sign in to comment.