mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-24 11:46:32 +00:00
Correctly print backslash-escaped characters (#943)
This commit is contained in:
parent
e5b34624ac
commit
aba9db6a6b
@ -115,8 +115,10 @@ const _Row = ({
|
||||
return (
|
||||
(data.lines[index].lineLen && (
|
||||
<div style={style}>
|
||||
{timestamp}
|
||||
{data.lines[index].message}
|
||||
<pre>
|
||||
{timestamp}
|
||||
{data.lines[index].message}
|
||||
</pre>
|
||||
</div>
|
||||
)) ||
|
||||
null
|
||||
|
Loading…
x
Reference in New Issue
Block a user