Skip to content

Commit fe76c8a

Browse files
Update src/McpResponse.ts
Co-authored-by: Alex Rudenko <[email protected]>
1 parent 92ed079 commit fe76c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class McpResponse implements Response {
118118
response.push(`## Network emulation`);
119119
response.push(`Emulating: ${networkConditions}`);
120120
response.push(
121-
`Navigation timeout set to ${context.getNavigationTimeout()}`,
121+
`Navigation timeout set to ${context.getNavigationTimeout()} ms.`,
122122
);
123123
}
124124

0 commit comments

Comments
 (0)