Note an obvious error

This commit is contained in:
Michael Wolf
2024-03-13 09:49:38 -06:00
parent 897a91b350
commit b54ee4a69e

View File

@@ -30,6 +30,7 @@ if [[ "$WOULD_REFORMAT" = "would_reformat" ]]; then
fi
if [[ "$WOULD_REFORMAT" = "do_reformat" ]]; then
# FIXME this is obviously obviously obviously wrong
out=$(npx prettier --write "$file" 2>&1 >/dev/null)
retval="$?"