Some cleanup

This commit is contained in:
Tomas Rivera
2026-04-06 13:55:04 +02:00
parent 5d3e406d18
commit 8c1a711adc
2 changed files with 1 additions and 133 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ int main(int argc, char *argv[]) {
error(!doesEditorExist(editorToOpen, shouldDebug), "user", "%s is either not in your path or not installed.", editorToOpen);
debug("Finished parsing the attribute flags");
if (doesBackup) { // (TODO LATER) If this takes too much time we should add a warning and when implementing multiple directories for vault we should verifiy this works.
if (doesBackup) { // (TODO LATER) when implementing multiple directories for vault we should verifiy this works.
handleBackups(notesDirectoryString, pathToBackup, homedir, interval, shouldDebug);
}