mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 08:56:11 +00:00
bug: empty response
This commit is contained in:
parent
10ccb9489f
commit
1b2050907f
@ -124,7 +124,7 @@ export const commands = {
|
|||||||
{
|
{
|
||||||
timestamp: new Date().getTime(),
|
timestamp: new Date().getTime(),
|
||||||
name: EMBARK_PROCESS_NAME,
|
name: EMBARK_PROCESS_NAME,
|
||||||
msg: `${ansiToHtml(command.result)}`,
|
msg: `${ansiToHtml(command.result || '')}`,
|
||||||
command: `console> ${payload.command}<br>`,
|
command: `console> ${payload.command}<br>`,
|
||||||
result: command.result
|
result: command.result
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user