Add parameter 'win' to autoCommit function
This commit is contained in:
2
main.js
2
main.js
@@ -565,7 +565,7 @@ function createRewriteScript(mapping) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async function autoCommit(folderPath, message) {
|
async function autoCommit(folderPath, message, win) {
|
||||||
const git = simpleGit(folderPath);
|
const git = simpleGit(folderPath);
|
||||||
const status = await git.status();
|
const status = await git.status();
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user