Skip to content

Commit

Permalink
Update plugins/ui/src/js/src/widget/WidgetHandler.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <mikebender@deephaven.io>
  • Loading branch information
dgodinez-dh and mofojed authored Nov 25, 2024
1 parent 44ac86f commit 518e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/js/src/widget/WidgetHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function WidgetHandler({
}
} catch (e) {
throw new Error(
`Error parssing event ${name} payload ${payload}: ${e}`
`Error parsing event ${name} with payload ${payload}: ${e}`
);
}
});
Expand Down

0 comments on commit 518e62a

Please sign in to comment.