Fix initial entry reader shortcut on Windows

This commit is contained in:
2024-03-01 13:47:28 -05:00
parent adcc05f3f4
commit 7d5bd76489
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func EntryListGen() {
dirList = append(dirList, "")
} else {
// otherwise, print the source of the error
fmt.Print("\n\n" + offline.AnsiError + "An unexpected error occurred while generating the entry list: " + err.Error() + offline.AnsiReset)
fmt.Println(offline.AnsiError + "An unexpected error occurred while generating the entry list: " + err.Error() + offline.AnsiReset)
}
// quit walking EntryRoot and return nil to allow the program to continue
return nil