mirror of https://github.com/openclaw/openclaw.git
style: fix indentation in transcript-events
This commit is contained in:
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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue