diff --git a/src/index.ts b/src/index.ts index 5a98e66..1b27c97 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,7 @@ export interface DebugFormatOptions { colors?: {[name: string]: string | string[]} | false; processName?: string; basePath?: string; - maxExceptionLines?: number; + maxExceptionLines?: number | 'auto'; colorizePrefix?: boolean; colorizeMessage?: boolean; colorizeValues?: boolean;