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") {
|
||||
content = output
|
||||
} else if (output.html) {
|
||||
} else if (output.html !== undefined) {
|
||||
html = true
|
||||
content = output.html
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user