We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d647d commit feaca30Copy full SHA for feaca30
pkg/src/public/bash-core.sh
@@ -376,9 +376,9 @@ core.print_info() {
376
local msg="$1"
377
378
if core.private.should_print_color 1; then
379
- printf "\033[1;32m%s:\033[0m %s\n" 'Info' "$msg" >&2
+ printf "\033[1;32m%s:\033[0m %s\n" 'Info' "$msg"
380
else
381
- printf "%s: %s\n" 'Info' "$msg" >&2
+ printf "%s: %s\n" 'Info' "$msg"
382
fi
383
}
384
0 commit comments