mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Don't log race condition error (#14922)
This commit is contained in:
@@ -1118,7 +1118,7 @@ export class NotebookModel extends Disposable implements INotebookModel {
|
||||
}
|
||||
await this.shutdownActiveSession();
|
||||
} catch (err) {
|
||||
this.logService.error('An error occurred when closing the notebook: {0}', getErrorMessage(err));
|
||||
this.logService.error('An error occurred when closing the notebook: ', getErrorMessage(err));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user