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 ec8dc80 commit 6078c7eCopy full SHA for 6078c7e
src/messages.ts
@@ -17,7 +17,7 @@ export async function inputCommitMessage(
17
});
18
}
19
20
- if (!message) {
+ if (message !== undefined) {
21
const allowEmpty = await window.showWarningMessage(
22
"Do you really want to commit an empty message?",
23
{ modal: true },
0 commit comments