mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
chore: update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user