From b01e5bded403d6c1fda88ef52be687b417df209e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 7 Mar 2024 23:43:35 -0500 Subject: [PATCH] Exit after errors in EntryListGen --- src/cli/entryList.go | 1 + 1 file changed, 1 insertion(+) 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