From 1b2050907fde8337df225d7d476df58a7d7c4a9c Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Tue, 30 Oct 2018 18:07:02 +0100 Subject: [PATCH] bug: empty response --- embark-ui/src/actions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark-ui/src/actions/index.js b/embark-ui/src/actions/index.js index 1ae7c9a2c..9c59fb961 100644 --- a/embark-ui/src/actions/index.js +++ b/embark-ui/src/actions/index.js @@ -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}
`, result: command.result }