runplus - Fix lint warning
parent
83d56797b2
commit
b50f9b5183
|
|
@ -96,7 +96,7 @@ function onStartStop() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
promise = promise.then(() => {
|
promise.then(() => {
|
||||||
if (running) {
|
if (running) {
|
||||||
if (shouldResume)
|
if (shouldResume)
|
||||||
exs.resume()
|
exs.resume()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue