We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d522c commit 67bc3d5Copy full SHA for 67bc3d5
benches/index.ts
@@ -7,6 +7,9 @@ import url from 'node:url';
7
import si from 'systeminformation';
8
import { fsWalk, resultsPath, suitesPath } from './utils.js';
9
10
+// Adding for more context
11
+Error.stackTraceLimit = 100;
12
+
13
const dirname = url.fileURLToPath(new URL('.', import.meta.url));
14
15
async function main(): Promise<void> {
0 commit comments