You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of output lines from the trace command increases to a certain extent, the leading character of each line after automatic line wrapping is missing.
--script lua
for i = 1, 610, 1 do
trace("This message confirms that the trace command does the proper line wrapping.")
end
function TIC()
exit()
end
Subsequent console output appears distorted.
The text was updated successfully, but these errors were encountered:
When the number of output lines from the trace command increases to a certain extent, the leading character of each line after automatic line wrapping is missing.
Subsequent console output appears distorted.
The text was updated successfully, but these errors were encountered: