1
0

Add parameter 'win' to autoCommit function

This commit is contained in:
2025-05-26 03:03:15 +02:00
parent 40655e4b1c
commit 14bd7ccf9c

View File

@@ -565,7 +565,7 @@ function createRewriteScript(mapping) {
}
async function autoCommit(folderPath, message) {
async function autoCommit(folderPath, message, win) {
const git = simpleGit(folderPath);
const status = await git.status();
if (