a
This commit is contained in:
parent
3276b3d2d4
commit
845b5c56b0
1 changed files with 1 additions and 1 deletions
2
mcjar
2
mcjar
|
@ -42,7 +42,7 @@ error() {
|
|||
|
||||
log() {
|
||||
if [ "$QUIET" -eq 0 ]; then
|
||||
printf '\x1b[0m[LOG]\t%s\n' "$*" > /dev/stdout
|
||||
printf '\x1b[0m[LOG]\t%s\n' "$*" > /dev/stderr
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue