1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-31 19:37:11 +02:00
parent e36e7ee661
commit 9facff792d

View File

@@ -1542,6 +1542,7 @@ ipcMain.on('show-tree-context-menu', (event, { absPath, relPath, root, type }) =
walk(full);
} else if (isTextFile(full)) {
files.push(full);
console.log("pushed " + full)
}
}
}