diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/commands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts index 24c2e196d..1445e41d3 100644 --- a/editors/code/src/commands.ts +++ b/editors/code/src/commands.ts | |||
@@ -425,7 +425,7 @@ export function openDocs(ctx: Ctx): Cmd { | |||
425 | const client = ctx.client; | 425 | const client = ctx.client; |
426 | const editor = vscode.window.activeTextEditor; | 426 | const editor = vscode.window.activeTextEditor; |
427 | if (!editor || !client) { | 427 | if (!editor || !client) { |
428 | return | 428 | return; |
429 | }; | 429 | }; |
430 | 430 | ||
431 | const position = editor.selection.active; | 431 | const position = editor.selection.active; |