mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-15 21:11:08 +02:00
fix codex unresponsive
This commit is contained in:
parent
f2b5c6b1ab
commit
e6ff631191
8 changed files with 135 additions and 10 deletions
|
|
@ -139,6 +139,8 @@ function toEvent(update: SessionUpdate): CodeRunEvent {
|
|||
priority: e.priority ?? undefined,
|
||||
})),
|
||||
};
|
||||
case 'usage_update':
|
||||
return { type: 'usage', used: update.used, size: update.size };
|
||||
default:
|
||||
return { type: 'other', sessionUpdate: update.sessionUpdate };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue