Print newlines to log file
This commit is contained in:
parent
3c339a372a
commit
3496346583
@ -20,6 +20,7 @@ local Logger = Logging.getGlobalLogger()
|
||||
|
||||
Logger:setOutput(function(text)
|
||||
LOG_FILE.write(text)
|
||||
LOG_FILE.write("\n")
|
||||
LOG_FILE.flush()
|
||||
print(text)
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user