tracker: missed code line from 14.x.x
This commit is contained in:
parent
eaf762e1bd
commit
4b2db13449
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue