Skip to content

Commit

Permalink
[NUC-251] - treat nil error as non fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Toker committed Sep 3, 2024
1 parent da2a3f6 commit 91636ce
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 91636ce

Please sign in to comment.