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 298e86c commit ea9644fCopy full SHA for ea9644f
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
// execSync(`git commit -m ${JSON.stringify(commit)}`);
14
}
15
0 commit comments