Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 17, 2022
1 parent 550757f commit a56edb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kernels/jupyter/launcher/liveshare/hostJupyterServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ export class HostJupyterServer implements INotebookServer {
): Promise<INotebook> {
this.throwIfDisposedOrCancelled(cancelToken);
traceInfoIfCI(
`HostJupyterServer.createNotebook for ${getDisplayPath(resource)} with ui.disableUI=${ui.disableUI}, cancelToken.isCancellationRequested=${cancelToken.isCancellationRequested}`
`HostJupyterServer.createNotebook for ${getDisplayPath(resource)} with ui.disableUI=${
ui.disableUI
}, cancelToken.isCancellationRequested=${cancelToken.isCancellationRequested}`
);
if (!this.sessionManager || this.isDisposed) {
throw new SessionDisposedError();
Expand Down

0 comments on commit a56edb9

Please sign in to comment.