Skip to content

Commit 67bc3d5

Browse files
committed
test: increasing stack trace for benches
1 parent c0d522c commit 67bc3d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benches/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import url from 'node:url';
77
import si from 'systeminformation';
88
import { fsWalk, resultsPath, suitesPath } from './utils.js';
99

10+
// Adding for more context
11+
Error.stackTraceLimit = 100;
12+
1013
const dirname = url.fileURLToPath(new URL('.', import.meta.url));
1114

1215
async function main(): Promise<void> {

0 commit comments

Comments
 (0)