diff --git a/src/cli/entryList.go b/src/cli/entryList.go index 20e9431..4aa7d6a 100644 --- a/src/cli/entryList.go +++ b/src/cli/entryList.go @@ -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