Skip to content

Commit

Permalink
fix(cockpit/console): replace br with backslash n
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Mar 13, 2019
1 parent 71da423 commit a341a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embark-ui/src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const commands = {
timestamp: new Date().getTime(),
name: EMBARK_PROCESS_NAME,
msg: `${ansiToHtml(command.result || '')}`,
command: `console> ${payload.command}<br>`,
command: `console> ${payload.command}\n`,
result: command.result
}
]
Expand Down

0 comments on commit a341a4f

Please sign in to comment.