runplus - Fix lint warning

master
Martin Boonk 2024-04-22 20:21:32 +02:00
parent 83d56797b2
commit b50f9b5183
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function onStartStop() {
}
}
promise = promise.then(() => {
promise.then(() => {
if (running) {
if (shouldResume)
exs.resume()