Skip to content

Commit

Permalink
🐛 oops, wrap allows only the number 100
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Mar 13, 2024
1 parent 940c9c2 commit 8205d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspect/consoleInspect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ConsoleInspectOptions {
print?: boolean;
depth?: number;
theme?: "light" | "dark";
wrap?: "auto" | "single-line" | "multi-line" | 100;
wrap?: "auto" | "single-line" | "multi-line" | number;
// preferMultiLine?: boolean;
// preferSingleLine?: boolean;
// preferTables?: boolean;
Expand Down

0 comments on commit 8205d9b

Please sign in to comment.