mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
Update stream-text.ts
This commit is contained in:
parent
91940c4d67
commit
9cce045752
@ -56,5 +56,8 @@ export function streamText(messages: Messages, env: Env, options?: StreamingOpti
|
||||
// messages: convertToCoreMessages(messages),
|
||||
// ...options,
|
||||
// });
|
||||
} catch (error) {}
|
||||
} catch (error) {
|
||||
console.error('Error streaming text:', error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user