Skip to content

Commit

Permalink
Updated error handling in contributing-error.md file
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral0702 <aviral.asthana0704@gmail.com>
  • Loading branch information
Aviral0702 committed Jun 17, 2024
1 parent 2abbd37 commit 8f4146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/project/contributing/contributing-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func main() {
DebugLevel: true,
})
if err != nil {
fmt.Println(err)
logrus.Error(err)
os.Exit(1)
}

Expand Down

0 comments on commit 8f4146c

Please sign in to comment.