Skip to content

Commit 08a284e

Browse files
committed
Increase error stack trace limit
1 parent dfe6322 commit 08a284e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IntegrationTests/lib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const promisify = require("util").promisify;
66
const fs = require("fs");
77
const readFile = promisify(fs.readFile);
88

9+
Error.stackTraceLimit = Infinity;
10+
911
const startWasiTask = async (wasmPath) => {
1012
// Instantiate a new WASI Instance
1113
const wasmFs = new WasmFs();

0 commit comments

Comments
 (0)