mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-03 07:37:23 -04:00
Fix initial entry reader shortcut on Windows
This commit is contained in:
@@ -95,7 +95,7 @@ func EntryListGen() {
|
|||||||
dirList = append(dirList, "")
|
dirList = append(dirList, "")
|
||||||
} else {
|
} else {
|
||||||
// otherwise, print the source of the error
|
// 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
|
// quit walking EntryRoot and return nil to allow the program to continue
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user