Skip to content

Commit

Permalink
build: add command to logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Feb 18, 2024
1 parent 43c84e9 commit 8926447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ clean="flutter clean"
pub_get="flutter pub get"
build_runner="dart run build_runner build --delete-conflicting-outputs"

echo command -v fvm
command -v fvm
# Check if fvm is installed
if command -v fvm &> /dev/null; then
fvm doctor &&
Expand Down

0 comments on commit 8926447

Please sign in to comment.