mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-06-04 13:09:33 -07:00
refactor: error goes to stderr
This commit is contained in:
parent
b4d98eb249
commit
7f6d6db1b2
2
ani-cli
2
ani-cli
@ -25,7 +25,7 @@ help_text () {
|
||||
|
||||
|
||||
die () {
|
||||
printf "$c_red%s$c_reset\n" "$*" >&1
|
||||
printf "$c_red%s$c_reset\n" "$*" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user