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.setTextColor(format.FG)
|
||||||
term.write(prefix)
|
term.write(prefix)
|
||||||
|
|
||||||
term.write(" ")
|
|
||||||
|
|
||||||
term.setBackgroundColor(messageBG)
|
term.setBackgroundColor(messageBG)
|
||||||
term.setTextColor(messageFG)
|
term.setTextColor(messageFG)
|
||||||
|
|
||||||
|
term.write(" ")
|
||||||
term.write(line)
|
term.write(line)
|
||||||
else
|
else
|
||||||
term.setBackgroundColor(messageBG)
|
term.setBackgroundColor(messageBG)
|
||||||
|
|||||||
Reference in New Issue
Block a user