File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111# # @brief string script directory
1212declare -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
1616declare -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
116116tcli_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
You can’t perform that action at this time.
0 commit comments