Skip to content

Commit 217905a

Browse files
committed
[TS] Include substantially larger backtrace in testing
1 parent 347da7d commit 217905a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genbindings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ else
233233
NODE_V="$(node --version)"
234234
if [ "${NODE_V:1:2}" -gt 14 ]; then
235235
cd ../ts
236-
node test/node.mjs
236+
node --stack_trace_limit=200 --trace-uncaught test/node.mjs
237237
cd ../node-net
238-
node test/test.mjs
238+
node --stack_trace_limit=200 --trace-uncaught test/test.mjs
239239
fi
240240
fi
241241
fi

0 commit comments

Comments
 (0)