Skip to content

Commit

Permalink
TS bug fixed 🥹
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 1, 2023
1 parent f05164d commit ea8ce76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/thisTarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const storeTabData = once(async () => {
tabDataStatus = "error";
throw new MessengerError(
"Tab registration failed. This page won’t be able to receive messages that require tab information",
// @ts-expect-error TODO: update lib to accept Error#cause
{ cause: error }
);
}
Expand Down

0 comments on commit ea8ce76

Please sign in to comment.