Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error handling consistent #3

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

MatusOllah
Copy link
Contributor

Made error handling consistent by replacing all instances of log.Fatal(err) with panic(err)

Copy link
Owner

@temidaradev temidaradev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes log.Fatal is unnecessary in here, sorry i forgor. Thanks!

@temidaradev temidaradev merged commit b835de9 into temidaradev:main Jan 4, 2025
1 check passed
@MatusOllah MatusOllah deleted the error-handling branch January 4, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants