Skip to content

Commit defb525

Browse files
committed
Fix errorcheck
1 parent 251b075 commit defb525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dist/
2323
/slm/*/*.bin
2424

2525
/scripts/test/
26+
/scripts/lib/
27+
/scripts/Style-Bert-VITS2/
2628
*.zip
2729
*.csv
2830
*.bak

scripts/Update-Style-Bert-VITS2.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ if !errorlevel! neq 0 (
2020
echo --------------------------------------------------
2121
echo Executing: set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
2222
set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
23-
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
2423

2524
echo --------------------------------------------------
2625
echo Checking Git Installation...

0 commit comments

Comments
 (0)