tracker: missed code line from 14.x.x

This commit is contained in:
nick-delirium 2024-10-31 16:30:23 +01:00
parent eaf762e1bd
commit 4b2db13449
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -757,6 +757,7 @@ export default class App {
this.stop(false) this.stop(false)
} else if (data === 'a_start') { } else if (data === 'a_start') {
this.waitStatus(ActivityState.NotActive).then(() => { this.waitStatus(ActivityState.NotActive).then(() => {
this.allowAppStart();
this.start({}, true) this.start({}, true)
.then((r) => { .then((r) => {
this.debug.info('Worker restart, session too long', r) this.debug.info('Worker restart, session too long', r)