Skip to content

Commit 441ac60

Browse files
committed
⚡️ Show output channel when error happens
1 parent 2db6675 commit 441ac60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/createCommandGenerateGitCommitMessage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default (context: vscode.ExtensionContext, channel: vscode.OutputChannel)
2121
}).catch((err) => {
2222
vscode.window.showErrorMessage(err);
2323
vscode.commands.executeCommand('setContext', 'gptcommit.generating', false);
24+
channel.show();
2425
});
2526
}
2627
);

0 commit comments

Comments
 (0)