Skip to content
Snippets Groups Projects
Verified Commit 5f202a59 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix error handling

parent 142f860e
Branches
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ func handleError(err error) { ...@@ -111,7 +111,7 @@ func handleError(err error) {
if DEBUG { if DEBUG {
panic(err) panic(err)
} else { } else {
handleError(err) println(err.Error())
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment