Skip to content

Commit cd16d67

Browse files
committed
chore: update close tab error message
1 parent 2c8e25c commit cd16d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/close-tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const closeTabCb: ToolCallback<typeof closeTabSchema> = async args => {
3434

3535
if (windowHandles.length === 1) {
3636
return createErrorResponse(
37-
"Cannot close tab — this is the last remaining tab. Use closeBrowser to close the entire browser session.",
37+
"Cannot close tab — this is the last remaining tab. Use \"closeBrowser\" command to close the entire browser session.",
3838
);
3939
}
4040

0 commit comments

Comments
 (0)