sc: Fix new ABI showing running always false
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
d175782f73
commit
f01fc2ac02
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ export function getStatus(ctx) {
|
|||
active: active,
|
||||
latestInstalled: installed,
|
||||
updated: appDb.updater,
|
||||
running: app.running,
|
||||
running: app.running || app.ctx.version,
|
||||
updating: app.updating,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sc-manager",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue