mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Add console log when sending page data
This commit is contained in:
parent
628d690e91
commit
31d3ac8c97
@ -116,6 +116,9 @@ class ChatManager {
|
||||
}
|
||||
|
||||
const chatId = await this.chatIdPromise;
|
||||
|
||||
console.log('ChatAddPageData', new Date().toISOString(), chatId, data.length);
|
||||
|
||||
await this.client.sendCommand({
|
||||
method: 'Nut.addSimulationData',
|
||||
params: { chatId, simulationData: data },
|
||||
|
Loading…
Reference in New Issue
Block a user