Skip to content

Commit 16714f9

Browse files
committed
fix(lint): run lin
1 parent c357efe commit 16714f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/integrations/globalhandlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function _installGlobalOnUnhandledRejectionHandler(): void {
145145
attachStacktrace,
146146
rejection: true,
147147
});
148-
148+
149149
event.level = 'error';
150150

151151
addMechanismAndCapture(hub, error, event, 'onunhandledrejection');

0 commit comments

Comments
 (0)