Skip to content

Commit

Permalink
Merge pull request #110 from jkaninda/refactor
Browse files Browse the repository at this point in the history
chore: remove os.kill.signal
  • Loading branch information
jkaninda authored Oct 5, 2024
2 parents 28f6ed3 + 47e1ac4 commit dabba20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ func Fatal(msg string, args ...any) {
}

os.Exit(1)
os.Kill.Signal()
}

0 comments on commit dabba20

Please sign in to comment.