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 2c8e25c commit cd16d67Copy full SHA for cd16d67
src/tools/close-tab.ts
@@ -34,7 +34,7 @@ const closeTabCb: ToolCallback<typeof closeTabSchema> = async args => {
34
35
if (windowHandles.length === 1) {
36
return createErrorResponse(
37
- "Cannot close tab — this is the last remaining tab. Use closeBrowser to close the entire browser session.",
+ "Cannot close tab — this is the last remaining tab. Use \"closeBrowser\" command to close the entire browser session.",
38
);
39
}
40
0 commit comments