Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 23, 2021
1 parent 06b2fa2 commit 5a2b8f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ export class KernelCommandListener implements IDataScienceCommandListener {
traceError('Failed to restart the kernel', exc);
if (exc) {
// Show the error message
// eslint-disable-next-line @typescript-eslint/no-explicit-any
void this.applicationShell.showErrorMessage(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
exc instanceof Error ? exc.message : (exc as any).toString()
);
}
Expand Down

0 comments on commit 5a2b8f7

Please sign in to comment.