Skip to content

Commit 92727f2

Browse files
committed
fix: fixed import
1 parent 0ff8525 commit 92727f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/javascript/src/addons/consoleCatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
import type { ConsoleLogEvent } from '@hawk.so/types';
55
import Sanitizer from '../modules/sanitizer';
6-
import { stringifyRejectionReason } from 'src/utils/event';
6+
import { stringifyRejectionReason } from '../utils/event';
77

88
/**
99
* Maximum number of console logs to store

0 commit comments

Comments
 (0)