Add exclamation marks to comment indicating potential issue
This commit is contained in:
2
main.js
2
main.js
@@ -68,7 +68,7 @@ function createTray(win) {
|
|||||||
if (Array.isArray(folders)) {
|
if (Array.isArray(folders)) {
|
||||||
folders = folders.map(f => ({
|
folders = folders.map(f => ({
|
||||||
...f,
|
...f,
|
||||||
//linesChanged: 0, // zurück auf 0
|
//linesChanged: 0, // zurück auf 0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
//llmCandidates: [] // leeres Array
|
//llmCandidates: [] // leeres Array
|
||||||
}));
|
}));
|
||||||
store.set('folders', folders);
|
store.set('folders', folders);
|
||||||
|
|||||||
Reference in New Issue
Block a user