Skip to content

Commit 1adc7a5

Browse files
authored
Merge pull request #36 from tm1000/patch-2
Update injectGlobalHook.js
2 parents c74b2ee + da81bdb commit 1adc7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtool-extenstion/extension/core/injectGlobalHook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function injectHelpers(target) {
8383
// Detect Circular Structure
8484
if (typeof v === "object" && v !== null) {
8585
if (seen.has(v)) {
86-
return `<CIRCULER OBJECT> ${seen.get(v)}`;
86+
return `<CIRCULAR OBJECT> ${seen.get(v)}`;
8787
}
8888
seen.set(v, k);
8989
}

0 commit comments

Comments
 (0)