|
@@ -82,7 +82,7 @@ export default class ContextWatchdog extends Watchdog {
|
|
|
this._destructor = context => context.destroy();
|
|
this._destructor = context => context.destroy();
|
|
|
|
|
|
|
|
this._actionQueue.onEmpty( () => {
|
|
this._actionQueue.onEmpty( () => {
|
|
|
- if ( this.state !== 'destroyed' ) {
|
|
|
|
|
|
|
+ if ( this.state === 'initializing' ) {
|
|
|
this.state = 'ready';
|
|
this.state = 'ready';
|
|
|
}
|
|
}
|
|
|
} );
|
|
} );
|