Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed May 3, 2022
1 parent e0c11e5 commit 9c8fac9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/kernels/raw/session/rawJupyterSession.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ export class RawJupyterSession extends BaseJupyterSession {
kernelConnection: KernelConnectionMetadata,
private readonly launchTimeout: number
) {
super(
'localRaw',
resource,
kernelConnection,
restartSessionUsed,
workingDirectory,
interruptTimeout
);
super('localRaw', resource, kernelConnection, restartSessionUsed, workingDirectory, interruptTimeout);
}

public async waitForIdle(timeout: number): Promise<void> {
Expand Down

0 comments on commit 9c8fac9

Please sign in to comment.