fix: wrong place for space
This commit is contained in:
@@ -281,10 +281,11 @@ function drawLogs(x0, y0, x1, y1)
|
||||
term.setTextColor(format.FG)
|
||||
term.write(prefix)
|
||||
|
||||
term.write(" ")
|
||||
|
||||
term.setBackgroundColor(messageBG)
|
||||
term.setTextColor(messageFG)
|
||||
|
||||
term.write(" ")
|
||||
term.write(line)
|
||||
else
|
||||
term.setBackgroundColor(messageBG)
|
||||
|
||||
Reference in New Issue
Block a user