From ccfcb64ca3e0dd22a249778e0548e8d6e108218f Mon Sep 17 00:00:00 2001 From: bWFuanVzYWth Date: Thu, 20 Jul 2023 21:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.bat b/update.bat index 03ad2b5..54ad55d 100644 --- a/update.bat +++ b/update.bat @@ -8,6 +8,7 @@ dir>%LOG_PATH% echo ---->>%LOG_PATH% ::test dir +echo %~dp0 cd .. cd .. if not exist "Blueprint" ( @@ -40,7 +41,7 @@ goto end_with_error ) ::test .git/ -%GIT_PATH% rev-parse --is-inside-work-tree +%GIT_PATH% rev-parse --is-inside-work-tree>>%LOG_PATH% if %errorlevel% NEQ 0 ( echo 错误:.git/已损坏 echo %date% %time% Error: .git/ is broken>>%LOG_PATH%