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