diff --git a/app/lib/replay/SimulationPrompt.ts b/app/lib/replay/SimulationPrompt.ts index f55d1d16..4b7ab280 100644 --- a/app/lib/replay/SimulationPrompt.ts +++ b/app/lib/replay/SimulationPrompt.ts @@ -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 },