chore: update

This commit is contained in:
xiaoxian521
2021-11-03 14:04:13 +08:00
parent 3f526873d8
commit 91fe227e8c
2 changed files with 1 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ command_exists () {
command -v "$1" >/dev/null 2>&1
}
# Workaround for Windows 10, Git Bash and Pnpm
# Workaround for Windows 10, Git Bash and Yarn
if command_exists winpty && test -t 1; then
exec < /dev/tty
fi