fixed background process execution
This commit is contained in:
parent
f34c9070c8
commit
5d538d4a0b
3 changed files with 43 additions and 35 deletions
|
|
@ -51,5 +51,5 @@ func Log(lvl int, msg, context string) {
|
|||
return
|
||||
}
|
||||
|
||||
fmt.Println("[" + context + "]\033[3m " + msg + "\033[0m")
|
||||
fmt.Println("[" + context + "]\033[3m " + msg + "\033[0m ")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue