Skip to content

Commit

Permalink
[NUC-251] - treat nil error as fatal (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxtkr77 authored Sep 3, 2024
1 parent da2a3f6 commit 24c44b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/common/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func EngineErrorIsNonFatal(err error) bool {
return true
}
}
return false
}
return true
return false
}

0 comments on commit 24c44b7

Please sign in to comment.