fix: Report error to stderr in git-log-prs
parent
bed6ec8c31
commit
b77f054a5f
|
@ -30,7 +30,7 @@ ensure_command_gh() {
|
|||
echo "Other OS:"
|
||||
echo " see https://github.com/cli/cli"
|
||||
exit 1
|
||||
}
|
||||
} >&2
|
||||
}
|
||||
|
||||
get_title() {
|
||||
|
|
Loading…
Reference in New Issue