From: Matt Corallo Date: Fri, 5 Aug 2022 01:16:33 +0000 (+0000) Subject: [TS] Include substantially larger backtrace in testing X-Git-Tag: v0.0.110.1^2~5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=217905ac31a6b4113778afc4231ae591f7a626f2 [TS] Include substantially larger backtrace in testing --- diff --git a/genbindings.sh b/genbindings.sh index 8034337d..ce69c846 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -233,9 +233,9 @@ else NODE_V="$(node --version)" if [ "${NODE_V:1:2}" -gt 14 ]; then cd ../ts - node test/node.mjs + node --stack_trace_limit=200 --trace-uncaught test/node.mjs cd ../node-net - node test/test.mjs + node --stack_trace_limit=200 --trace-uncaught test/test.mjs fi fi fi