mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Some cleanup
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user