mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
chore: update
This commit is contained in:
@@ -528,7 +528,7 @@ function highlightLine(
|
||||
// hljs throws on unknown language despite ignoreIllegals
|
||||
return [[defaultStyle(theme), code]]
|
||||
}
|
||||
const emitter = result._emitter;
|
||||
const emitter = result._emitter || {};
|
||||
if (!hasRootNode(emitter)) {
|
||||
if (!loggedEmitterShapeError) {
|
||||
loggedEmitterShapeError = true
|
||||
|
||||
Reference in New Issue
Block a user