We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4460c2b commit 30f6e43Copy full SHA for 30f6e43
index.js
@@ -185,7 +185,7 @@ function watch({ seq }) {
185
// we want to start over and get all info again
186
// we do this by exiting and letting Heroku start over
187
if (now - lastBootstrapped > c.timeToRedoBootstrap) {
188
- stateManager
+ return stateManager
189
.set({
190
seq: 0,
191
bootstrapDone: false,
0 commit comments