We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3014d commit 7931659Copy full SHA for 7931659
src/index.ts
@@ -255,7 +255,7 @@ const main = async () => {
255
};
256
}
257
// else: We don't know what kind of error happened - best case we can log the error and provide error.message as a tool response
258
- console.log(error);
+ console.error(error);
259
return {
260
content: [{ type: 'text', text: `Error: ${error.message}` }],
261
isError: true,
0 commit comments