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 aaa0dfc commit a4d9ba6Copy full SHA for a4d9ba6
test/distributables-test/unix.sh
@@ -9,6 +9,8 @@ tar -xzf ./distributables/v*/httptoolkit-server-*-$1-$2.tar.gz
9
echo "\nStarting server..."
10
11
file ./httptoolkit-server/bin/node
12
+ldd ./httptoolkit-server/bin/node
13
+find node_modules -name "*.node" | xargs ldd
14
15
./httptoolkit-server/bin/httptoolkit-server start &
16
SERVER_PID=$!
0 commit comments