8000
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 7119c82 commit 9422e34Copy full SHA for 9422e34
git.js
@@ -9,7 +9,7 @@ function updateCode({ commit = "n" }) {
9
// if (/.*[\u4e00-\u9fa5]+.*$/.test(commit)) {
10
// execSync(`git commit -m ${JSON.stringify(commit)}`);
11
// } else {
12
- execSync(`git commit -m "${commit}"`);
+ execSync(`git commit -m ${commit}`);
13
14
// }
15
0 commit comments