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 138577e commit a3621f8Copy full SHA for a3621f8
packages/common/services/console-logger.service.ts
@@ -71,7 +71,7 @@ export interface ConsoleLoggerOptions {
71
*/
72
sorted?: boolean | ((a: string, b: string) => number);
73
/**
74
- * Specifies the number of times to recurse while formatting object. T
+ * Specifies the number of times to recurse while formatting object.
75
* This is useful for inspecting large objects. To recurse up to the maximum call stack size pass Infinity or null.
76
* Ignored when `json` is enabled, colors are disabled, and `compact` is set to true as it produces a parseable JSON output.
77
* @default 5
0 commit comments