chore: update
This commit is contained in:
parent
d3a607e4e5
commit
c16fc62877
|
|
@ -528,7 +528,7 @@ function highlightLine(
|
||||||
// hljs throws on unknown language despite ignoreIllegals
|
// hljs throws on unknown language despite ignoreIllegals
|
||||||
return [[defaultStyle(theme), code]]
|
return [[defaultStyle(theme), code]]
|
||||||
}
|
}
|
||||||
const emitter = result._emitter;
|
const emitter = result._emitter || {};
|
||||||
if (!hasRootNode(emitter)) {
|
if (!hasRootNode(emitter)) {
|
||||||
if (!loggedEmitterShapeError) {
|
if (!loggedEmitterShapeError) {
|
||||||
loggedEmitterShapeError = true
|
loggedEmitterShapeError = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user