Skip to content

Commit

Permalink
Update common/js_handle.go
Browse files Browse the repository at this point in the history
Co-authored-by: İnanç Gümüş <inanc.gumus@grafana.com>
  • Loading branch information
ankur22 and inancgumus committed Jan 29, 2024
1 parent d53cda9 commit 3eadfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/js_handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (h *BaseJSHandle) JSONValue() (string, error) {

res, err := parseConsoleRemoteObject(h.logger, remoteObject)
if err != nil {
return "", fmt.Errorf("extracting json value: %w", err)
return "", fmt.Errorf("extracting json value (remote object id: %v): %w", remoteObject.ObjectID, err)
}

return res, nil
Expand Down

0 comments on commit 3eadfb4

Please sign in to comment.