Skip to content

Commit

Permalink
fix(typescript): allow 'auto' for maxExceptionLines option
Browse files Browse the repository at this point in the history
fix #44
  • Loading branch information
Jason Walton committed Sep 26, 2019
1 parent bc420c3 commit 8b53948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 8b53948

Please sign in to comment.