Skip to content

Commit

Permalink
Start Hosted Theia instance if Restart is called before Start
Browse files Browse the repository at this point in the history
Signed-off-by: Doron Nahari <doron.nahari@sap.com>
  • Loading branch information
DoroNahari authored and mmorhun committed Nov 20, 2019
1 parent 39e3cc8 commit 2bfbe4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ export class HostedPluginManagerClient {
this.stateChanged.fire({ state: HostedInstanceState.FAILED, pluginLocation: this.pluginLocation! });
this.stop();
} else {
this.messageService.warn('Hosted Plugin instance is not running.');
this.messageService.warn('Hosted Plugin instance was not running.');
this.start();
}
}

Expand Down

0 comments on commit 2bfbe4a

Please sign in to comment.