[auto] change main.js
This commit is contained in:
2
main.js
2
main.js
@@ -135,7 +135,7 @@ function startMonitoringWatcher(folderPath, win) {
|
|||||||
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
||||||
const did = await autoCommit(
|
const did = await autoCommit(
|
||||||
folderPath,
|
folderPath,
|
||||||
'[auto] initial commit upon monitoring start'
|
`[auto] ${event} ${path.relative(folderPath, changedPath)}`
|
||||||
);
|
);
|
||||||
if (did) {
|
if (did) {
|
||||||
win.webContents.send('repo-updated', folderPath);
|
win.webContents.send('repo-updated', folderPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user