mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
Fix rest of notebook unhandled promises (#16933)
* Fix rest of notebook unhandled promises * add rule * fix some tests
This commit is contained in:
@@ -276,7 +276,7 @@ export class PerFolderServerInstance implements IServerInstance {
|
||||
let action = this.errorHandler.handleError();
|
||||
if (action === ErrorAction.Shutdown) {
|
||||
this.notify(this.options.install, localize('jupyterError', "Error sent from Jupyter: {0}", utils.getErrorMessage(error)));
|
||||
this.stop();
|
||||
this.stop().catch(err => console.log('Error stopping Jupyter Server ', err));
|
||||
}
|
||||
}
|
||||
private handleConnectionClosed(): void {
|
||||
|
||||
Reference in New Issue
Block a user