bug: empty response

This commit is contained in:
Anthony Laibe 2018-10-30 18:07:02 +01:00
parent 10ccb9489f
commit 1b2050907f

View File

@ -124,7 +124,7 @@ export const commands = {
{
timestamp: new Date().getTime(),
name: EMBARK_PROCESS_NAME,
msg: `${ansiToHtml(command.result)}`,
msg: `${ansiToHtml(command.result || '')}`,
command: `console> ${payload.command}<br>`,
result: command.result
}