mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
tweak logging
This commit is contained in:
parent
d80eff60a7
commit
b2a98b4180
@ -236,7 +236,7 @@ export async function getSimulationEnhancedPrompt(
|
||||
|
||||
gLastChatMessages = messages;
|
||||
|
||||
console.log("ChatSendMessage", messages);
|
||||
console.log("ChatSendMessage", new Date().toISOString(), JSON.stringify(messages));
|
||||
|
||||
return gChatManager.sendChatMessage(messages);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user