Skip to content

Commit

Permalink
Fix the error message. (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Nov 12, 2024
1 parent fc2e2f0 commit d63d18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewServeCmd() *cobra.Command {
}()

if err != nil {
fmt.Printf("Error running request;\n %+v\n", err)
fmt.Printf("Error; unable to start the foyle server. The cause is:\n %+v\n", err)
os.Exit(1)
}
},
Expand Down

0 comments on commit d63d18b

Please sign in to comment.