Fix redundant semicolon in debug log
This commit is contained in:
@@ -431,7 +431,7 @@ async function startLiveCountdown(folderObj, msLeft) {
|
||||
|
||||
// Lade Tree
|
||||
const tree = await window.electronAPI.getFolderTree(selected.path);
|
||||
console.log(tree)
|
||||
console.log(tree);
|
||||
folderHierarchyDropdown.textContent = renderFolderTreeAscii(tree, '.', '');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user