Skip to content

Commit 8fc3372

Browse files
committed
Fix missing newline in warning message
1 parent 0c9d6a7 commit 8fc3372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Logger/Run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## @brief string script directory
1212
declare -g TCLI_LINUX_BASH_LOGGER_SCRIPTDIR="$(dirname "$(realpath "${BASH_SOURCE}")")"
1313
## @brief string version
14-
declare -g TCLI_LINUX_BASH_LOGGER="0.2.0"
14+
declare -g TCLI_LINUX_BASH_LOGGER="0.3.2"
1515
## @brief string internal field separator
1616
declare -g IFS=$'\n\t'
1717
## @brief bool if warning have been triggered
@@ -114,7 +114,7 @@ tcli_linux_bash_logger_infoscreenFailedExit() {
114114
## **Info of the process step [ FAILED ]**
115115
## Then exit with a error code
116116
tcli_linux_bash_logger_infoscreenWarn() {
117-
printf "\r\033[1C${TCLI_LINUX_BASH_LOGGER_YELLOW} WARN ${TCLI_LINUX_BASH_LOGGER_NC}"
117+
printf "\r\033[1C${TCLI_LINUX_BASH_LOGGER_YELLOW} WARN ${TCLI_LINUX_BASH_LOGGER_NC}\n"
118118
TCLI_LINUX_BASH_LOGGER_INFOSCREEN_WARN=1
119119
}
120120

0 commit comments

Comments
 (0)