Skip to content

Commit

Permalink
log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed May 21, 2023
1 parent d7b4d7e commit 901b2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports.activate = (###* @type vscode.ExtensionContext ### context) =>
git.run d
when 'show-error-message' then h =>
vscode.window.showErrorMessage d
log.appendLine "ERROR: #{d}"
when 'show-information-message' then h =>
vscode.window.showInformationMessage d
when 'get-global-state' then h =>
Expand Down

0 comments on commit 901b2cf

Please sign in to comment.