File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export class RemoteTerminalChannel extends Disposable implements IServerChannel<
156
156
case RemoteTerminalChannelRequest . AcceptDetachInstanceReply : return this . _ptyHostService . acceptDetachInstanceReply . apply ( this . _ptyHostService , args ) ;
157
157
}
158
158
159
- // @ts -expect-error Assert command is never to ensure all messages are handled
159
+ // @ts -expect-error Assert command is the ` never` type to ensure all messages are handled
160
160
throw new Error ( `IPC Command ${ command } not found` ) ;
161
161
}
162
162
@@ -177,7 +177,7 @@ export class RemoteTerminalChannel extends Disposable implements IServerChannel<
177
177
case RemoteTerminalChannelEvent . OnDidChangeProperty : return this . _ptyHostService . onDidChangeProperty ;
178
178
}
179
179
180
- // @ts -expect-error Assert event is never to ensure all messages are handled
180
+ // @ts -expect-error Assert event is the ` never` type to ensure all messages are handled
181
181
throw new Error ( `IPC Command ${ event } not found` ) ;
182
182
}
183
183
You can’t perform that action at this time.
0 commit comments