Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arbassett committed Dec 27, 2021
1 parent 8b9037c commit 561411c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ const exceptionHandler =
const rejectionHandler =
(callback: ErrorOverlayCallback) =>
async (e: PromiseRejectionEvent): Promise<void> => {

// TODO: get frame from stack trace
const payload: ErrorPayload['err'] = {
message: e.reason.message,
Expand Down

0 comments on commit 561411c

Please sign in to comment.