Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from mBaratta96/develop
Browse files Browse the repository at this point in the history
fix: exit 0
  • Loading branch information
mBaratta96 authored Jul 9, 2023
2 parents a8df4ce + cc44a2c commit bfff67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func checkIndex(index int) int {
if index == -1 {
os.Exit(1)
os.Exit(0)
}
return index
}
Expand Down

0 comments on commit bfff67d

Please sign in to comment.