Skip to content

Commit 72d8679

Browse files
lerouxbCopilot
andauthored
Update packages/shell-api/src/custom-inspect.ts
Co-authored-by: Copilot <[email protected]>
1 parent 77f64f2 commit 72d8679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/custom-inspect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function customDocumentInspect(
1515
maxStringLength: Infinity,
1616
};
1717

18-
// reuse the standard inpect logic for an object without causing infinite
18+
// reuse the standard inspect logic for an object without causing infinite
1919
// recursion
2020
const copyToInspect: any = Array.isArray(this) ? this.slice() : { ...this };
2121
delete copyToInspect[customInspectSymbol];

0 commit comments

Comments
 (0)