mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-27 20:36:29 -04:00
Exit after errors in EntryListGen
This commit is contained in:
@@ -94,6 +94,7 @@ func EntryListGen() {
|
||||
// otherwise, print the source of the error
|
||||
fmt.Println(offline.AnsiError + "An unexpected error occurred while generating the entry list: " + err.Error() + offline.AnsiReset)
|
||||
}
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// trim root path from each path before storing
|
||||
|
||||
Reference in New Issue
Block a user