sc: Fix new ABI showing running always false
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v2.0.6
TheThing 2024-04-06 17:36:35 +00:00
parent d175782f73
commit f01fc2ac02
2 changed files with 2 additions and 2 deletions

View File

@ -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,
}
}

View File

@ -1,6 +1,6 @@
{
"name": "sc-manager",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"main": "index.js",
"scripts": {