X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=genbindings.sh;h=491e1d425397e7f3e1d40340d249f4ca10e6c9b4;hb=86706cda41dcc0d47b317b1f90a9757e44915657;hp=51c50feb6194cf809f7198d9bed799c553dd218e;hpb=9efbdc5742712362d94bd09293ee9ffd71569eac;p=ldk-java diff --git a/genbindings.sh b/genbindings.sh index 51c50feb..491e1d42 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -237,9 +237,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