Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriguespe committed Jun 29, 2024
1 parent 1293c9a commit 258b406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/message-kit/src/lib/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ export default async function run(handler: Handler, config?: Config) {
}
continue;
}*/

if (process?.env?.DEBUG) {
console.log(`message:`, message.content);
}
const context = await HandlerContext.create(
conversation,
message,
Expand Down

0 comments on commit 258b406

Please sign in to comment.