fix: correct prefix space
This commit is contained in:
@@ -285,7 +285,7 @@ function drawLogs(x0, y0, x1, y1)
|
||||
else
|
||||
term.setBackgroundColor(messageBG)
|
||||
term.setTextColor(messageFG)
|
||||
term.write((" "):rep(prefixLength))
|
||||
term.write((" "):rep(prefixLength + 1))
|
||||
term.write(line)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user