Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 29, 2021
1 parent 7e14aca commit bc2076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/datascience/raw-kernel/rawKernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class RawKernel implements Kernel.IKernelConnection {
content: {}
}) as any) as KernelMessage.IShellMessage<'inspect_request'>;
await this.realKernel
.sendShellMessage<'inspect_request'>(msg, true, true)
.sendShellMessage<'interrupt_request'>(msg as any, true, true)
.done.catch((ex) => traceError('Failed to interrupt via a message', ex));
} else {
traceError('Kernel interrupt not supported');
Expand Down

0 comments on commit bc2076f

Please sign in to comment.