Skip to content
Snippets Groups Projects
Verified Commit dad4ebfb authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: remove node debug flag

parent 618837b9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ echo_step "create documentation files for $targetPath"
targetPath=$(realpath --relative-to=source "$targetPath")
if ! ${pkgs'.nodejs_20}/bin/node --inspect-brk development/scripts/createNewClass.mjs --path="$targetPath" --onlydoc; then
## --inspect-brk (debug flag)
if ! ${pkgs'.nodejs_20}/bin/node development/scripts/createNewClass.mjs --path="$targetPath" --onlydoc; then
echo_fail "script createNewClass.mjs failed, check your JS!"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment