We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b3974 commit e257a8bCopy full SHA for e257a8b
src/messages.ts
@@ -17,7 +17,7 @@ export async function inputCommitMessage(
17
});
18
}
19
20
- if (message !== undefined) {
+ if (message === "") {
21
const allowEmpty = await window.showWarningMessage(
22
"Do you really want to commit an empty message?",
23
{ modal: true },
0 commit comments