Add notification on repo update
This commit is contained in:
1
main.js
1
main.js
@@ -538,6 +538,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
|
||||
console.log(`[AutoGit] Reworded commit ${hash} ✔`);
|
||||
}
|
||||
console.log('[AutoGit] All specified commit messages updated!');
|
||||
win.webContents.send('repo-updated', folder);
|
||||
}
|
||||
|
||||
//---- 6. Workflow ----
|
||||
|
||||
Reference in New Issue
Block a user