Skip to content

Commit

Permalink
processActions returns result
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2024
1 parent 1a59161 commit 97eafd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.36",
"version": "0.0.37",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class BgentRuntime {
return;
}

await action.handler(this, message);
return await action.handler(this, message);
}

/**
Expand Down

0 comments on commit 97eafd0

Please sign in to comment.