mirror of https://github.com/embarklabs/embark.git
fix: format \n as <br> in cockpit console (#1385)
This commit is contained in:
parent
913b4e1817
commit
58ab76d2ca
|
@ -11,7 +11,7 @@ import Logs from "./Logs";
|
|||
import "./Console.css";
|
||||
import {EMBARK_PROCESS_NAME} from '../constants';
|
||||
|
||||
const convert = new Convert();
|
||||
const convert = new Convert({newline: true, escapeXML: true});
|
||||
|
||||
class Console extends Component {
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue