Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson-amplitude authored and github-actions[bot] committed Jun 6, 2024
1 parent 68c3f61 commit ead9a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rrweb/src/record/observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ function initStyleSheetObserver(
try {
return target.apply(thisArg, argumentsList);
} catch (error) {
(error as Error & {_external_?:boolean})._external_ = true;
(error as Error & { _external_?: boolean })._external_ = true;
throw error;
}
},
Expand Down Expand Up @@ -702,7 +702,7 @@ function initStyleSheetObserver(
try {
return target.apply(thisArg, argumentsList);
} catch (error) {
(error as Error & {_external_?:boolean})._external_ = true;
(error as Error & { _external_?: boolean })._external_ = true;
throw error;
}
},
Expand Down

0 comments on commit ead9a5b

Please sign in to comment.