We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5f214 commit aa2624dCopy full SHA for aa2624d
2 files changed
scripts/bootstrap.sh
@@ -51,7 +51,7 @@ for mod in "${array[@]}"
51
do
52
params=""
53
if [ "$mod"x = "debug"x ]; then
54
- params=" --inspect --debug-brk"
+ params=" --inspect-brk"
55
fi
56
cat > "$globalDirForPosix/wepy-$mod" <<- EOF
57
#!/bin/sh
0 commit comments