fix parenthesis placement in runCommand

This commit is contained in:
2021-10-19 11:38:04 -04:00
parent 143e17042f
commit 2a67f3483d

View File

@@ -149,8 +149,8 @@
(shortcutPanel.dispose)
(if documentBeforeShortcut
(awaitLet [_ (Vscode.window.showTextDocument documentBeforeShortcut)]
(_runCommand command selectedTextBeforeShortcut)))
(_runCommand command selectedTextBeforeShortcut)))
(_runCommand command selectedTextBeforeShortcut))
(_runCommand command selectedTextBeforeShortcut))))
}
(warningMessage "$key is not mapped to a shortcut in this context")))))