wut
This commit is contained in:
parent
960f92b829
commit
9dded30417
|
|
@ -68,7 +68,7 @@ export function addOutput(id: string, output: CommandOutput) {
|
|||
}
|
||||
|
||||
export function addErrorMessage(message: string) {
|
||||
addOutput("", { html: `< span class= "red" > ${message} </span>` })
|
||||
addOutput("", { html: `<span class="red">${message}</span>` })
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user