Skip to content

Commit

Permalink
chore: Updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Feb 20, 2024
1 parent 8c56762 commit f55e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func Start(discovery entities.Discovery) {
Password: profile.Password,
})
if err != nil {
discovery.UpdateStatus(entities.StatusError, "error when running symbol, err: "+err.Error())
discovery.UpdateStatus(entities.StatusError, "error when marshalling arguments, err: "+err.Error())
return
}

Expand Down

0 comments on commit f55e4f0

Please sign in to comment.