Skip to content

Commit 4b5ad16

Browse files
committed
Fix ScreenDone missing newline
1 parent f557df9 commit 4b5ad16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logger/Run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tcli_linux_bash_logger_infoscreen() {
6969
## @details
7070
## **Info of the process step [ DONE ]**
7171
tcli_linux_bash_logger_infoscreenDone() {
72-
printf "\r\033[1C${TCLI_LINUX_BASH_LOGGER_GREEN} DONE ${TCLI_LINUX_BASH_LOGGER_NC}"
72+
printf "\r\033[1C${TCLI_LINUX_BASH_LOGGER_GREEN} DONE ${TCLI_LINUX_BASH_LOGGER_NC}\n"
7373
#printf "\r\033[80C\n"
7474
}
7575

0 commit comments

Comments
 (0)