提交 80757558 编写于 作者: I isidor

fixes #16149

上级 6422acbb
......@@ -242,6 +242,7 @@ export class ReplExpressionsRenderer implements IRenderer {
// value
dom.clearNode(templateData.value);
templateData.value.className = '';
let result = this.handleANSIOutput(output.value);
if (typeof result === 'string') {
renderExpressionValue(result, templateData.value, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册