mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
fix: remove supurfluous call to os.Exit()
This commit is contained in:
parent
e48c64b5af
commit
3a5aa880f0
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ func readEnvOrFile(envName string) string {
|
|||
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to load file for %s_FILE (%s): %s", envName, filename, err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
envContent = strings.TrimSpace(string(b))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue