diff --git a/dart_format.sh b/dart_format.sh index d5c929a..b3af8d5 100755 --- a/dart_format.sh +++ b/dart_format.sh @@ -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="$?"