Skip to content

Commit

Permalink
minor updates, #410
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 15, 2024
1 parent f5ce60a commit ae0e86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/sage
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ SCRIPT_ARGS=("$@")
#echo "$TSX_EXEC" "${NODE_ARGS[@]}" "$SCRIPT_FILE" "${SCRIPT_ARGS[@]}"

# Execute the script with tsx
exec "$TSX_EXEC" "${NODE_ARGS[@]}" "$SCRIPT_FILE" "${SCRIPT_ARGS[@]}"
# TODO: Remove --no-warnings once complete with completion of https://github.com/phetsims/perennial/issues/410
exec "$TSX_EXEC" --no-warnings "${NODE_ARGS[@]}" "$SCRIPT_FILE" "${SCRIPT_ARGS[@]}"

0 comments on commit ae0e86b

Please sign in to comment.