From b54ee4a69e27e4e17db53c3133c5aa4771fb2c8f Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Wed, 13 Mar 2024 09:49:38 -0600 Subject: [PATCH] Note an obvious error --- dart_format.sh | 1 + 1 file changed, 1 insertion(+) 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="$?"