From 8d14562177b0be04d07c7e8274600b19f25d074f Mon Sep 17 00:00:00 2001 From: debuggerx Date: Wed, 17 Mar 2021 13:50:33 +0800 Subject: [PATCH] feat: add replace mode. --- flutter.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/flutter.sh b/flutter.sh index 9622c4f..8b929ee 100644 --- a/flutter.sh +++ b/flutter.sh @@ -14,10 +14,8 @@ done if [[ ! -x "$DART_EXE" ]]; then echo "Can't find dart executable file !" - return 1 fi - if [[ -f "./.hooks/pre_script.dart" ]]; then ${DART_EXE} ./.hooks/pre_script.dart "$@" fi