Skip to content

Commit

Permalink
Fixes setup.bat error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
shnakamura committed Sep 11, 2024
1 parent 57cc2a5 commit 0116e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ mklink /D "%TargetPath%" "%SourcePath%"

if %ERRORLEVEL% equ 1 (
echo Failed to create symbolic link.
pause
)

0 comments on commit 0116e29

Please sign in to comment.