empty html
This commit is contained in:
parent
b14d7e0993
commit
cd3c1de04b
|
|
@ -67,7 +67,7 @@ function processOutput(output: CommandOutput): ["html" | "text", string] {
|
||||||
|
|
||||||
if (typeof output === "string") {
|
if (typeof output === "string") {
|
||||||
content = output
|
content = output
|
||||||
} else if (output.html) {
|
} else if (output.html !== undefined) {
|
||||||
html = true
|
html = true
|
||||||
content = output.html
|
content = output.html
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user