Full stack traces

This commit is contained in:
Tony Garnock-Jones 2021-03-18 11:14:31 +01:00
parent 5d2ee85b36
commit 98558b81f0
2 changed files with 2 additions and 0 deletions

View File

@ -256,5 +256,6 @@ export function main(argv: Array<string>) {
argv => argv)
.argv;
options.input = path.normalize(options.input);
Error.stackTraceLimit = Infinity;
run(options);
}

View File

@ -8,5 +8,6 @@ export function run(): void {
}
export function main(_argv: Array<string>) {
Error.stackTraceLimit = Infinity;
run();
}