diff --git a/apps/runplus/app.js b/apps/runplus/app.js index 9bae8fcfd..6a9d39346 100644 --- a/apps/runplus/app.js +++ b/apps/runplus/app.js @@ -96,7 +96,7 @@ function onStartStop() { } } - promise = promise.then(() => { + promise.then(() => { if (running) { if (shouldResume) exs.resume()