Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Sep 2, 2023
1 parent 6866c54 commit c2c2dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class Shadow extends HTMLElement {
goHome();
}
const errorMessage =
`Received rpc error code ${error?.code} (${error?.message})${
`Received rpc error code ${error?.code} with the message: "${error?.message}"${
error?.data ? ":\n" + error.data : "."
}`;
throw new ShadowError(errorMessage);
Expand Down

0 comments on commit c2c2dd7

Please sign in to comment.