mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
style: fix indentation in transcript-events
This commit is contained in:
committed by
Peter Steinberger
parent
2aab6dff76
commit
b91a22a3fb
@@ -19,11 +19,11 @@ export function emitSessionTranscriptUpdate(sessionFile: string): void {
|
||||
return;
|
||||
}
|
||||
const update = { sessionFile: trimmed };
|
||||
for (const listener of SESSION_TRANSCRIPT_LISTENERS) {
|
||||
try {
|
||||
listener(update);
|
||||
} catch {
|
||||
/* ignore */
|
||||
}
|
||||
}
|
||||
for (const listener of SESSION_TRANSCRIPT_LISTENERS) {
|
||||
try {
|
||||
listener(update);
|
||||
} catch {
|
||||
/* ignore */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user