fixed background process execution

This commit is contained in:
Aidan 2020-07-23 19:54:36 -07:00
parent f34c9070c8
commit 5d538d4a0b
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 43 additions and 35 deletions

View file

@ -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 ")
}