Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Erdos committed Oct 24, 2024
1 parent c22fdfb commit 1c715a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code/src/@/workers/chat-utils.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ export async function handleSendMessage({
chatHandler.BC.postMessage({ isStreaming: false, messages, debugInfo: [...debugInfo.logs] });
}

return debugInfo;
return debugInfo.logs;
}

Object.assign(globalThis, { handleSendMessage });
Expand Down

0 comments on commit 1c715a1

Please sign in to comment.