Skip to content

Commit

Permalink
Increased stack trace limit so that there are more likely to be the l…
Browse files Browse the repository at this point in the history
…ines people care about in the resulting stack traces.
  • Loading branch information
thekevinbrown committed May 6, 2019
1 parent 349df87 commit 56e586b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const writeFile = promisify(writeFileCallback);
// Source Map Support adds proper source map support so line numbers match up to the original TS code.
import 'trace';
import 'clarify';
Error.stackTraceLimit = 20;

import { Docker } from 'docker-cli-js';
export const docker = new Docker();
Expand Down

0 comments on commit 56e586b

Please sign in to comment.