We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f64f2 commit 72d8679Copy full SHA for 72d8679
packages/shell-api/src/custom-inspect.ts
@@ -15,7 +15,7 @@ function customDocumentInspect(
15
maxStringLength: Infinity,
16
};
17
18
- // reuse the standard inpect logic for an object without causing infinite
+ // reuse the standard inspect logic for an object without causing infinite
19
// recursion
20
const copyToInspect: any = Array.isArray(this) ? this.slice() : { ...this };
21
delete copyToInspect[customInspectSymbol];
0 commit comments