Skip to content

fix: remove double space in navigate error message#1847

Merged
Lightning00Blade merged 1 commit intoChromeDevTools:mainfrom
kuishou68:fix/double-space-navigate-error-message
Apr 15, 2026
Merged

fix: remove double space in navigate error message#1847
Lightning00Blade merged 1 commit intoChromeDevTools:mainfrom
kuishou68:fix/double-space-navigate-error-message

Conversation

@kuishou68
Copy link
Copy Markdown
Contributor

Summary

Fixes a double space in the navigate error message in src/tools/pages.ts.

Problem

Line 225 contains an error message with double space:

'Unable to navigate in the  selected page: ...'

Fix

Changed to single space:

'Unable to navigate in the selected page: ...'

Signed-off-by: Cocoon-Break 54054995+kuishou68@users.noreply.github.com

Error message had double space: 'Unable to navigate in the  selected page'
Corrected to single space: 'Unable to navigate in the selected page'

Signed-off-by: Cocoon-Break <54054995+kuishou68@users.noreply.github.com>
Copy link
Copy Markdown
Collaborator

@Lightning00Blade Lightning00Blade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Lightning00Blade Lightning00Blade added this pull request to the merge queue Apr 15, 2026
Merged via the queue into ChromeDevTools:main with commit 429e0ca Apr 15, 2026
17 checks passed
beaufortfrancois pushed a commit to beaufortfrancois/chrome-devtools-mcp that referenced this pull request Apr 16, 2026
## Summary

Fixes a double space in the navigate error message in
`src/tools/pages.ts`.

## Problem

Line 225 contains an error message with double space:
```
'Unable to navigate in the  selected page: ...'
```

## Fix

Changed to single space:
```
'Unable to navigate in the selected page: ...'
```

Signed-off-by: Cocoon-Break
<54054995+kuishou68@users.noreply.github.com>

Signed-off-by: Cocoon-Break <54054995+kuishou68@users.noreply.github.com>
wolfib pushed a commit that referenced this pull request Apr 16, 2026
## Summary

Fixes a double space in the navigate error message in
`src/tools/pages.ts`.

## Problem

Line 225 contains an error message with double space:
```
'Unable to navigate in the  selected page: ...'
```

## Fix

Changed to single space:
```
'Unable to navigate in the selected page: ...'
```

Signed-off-by: Cocoon-Break
<54054995+kuishou68@users.noreply.github.com>

Signed-off-by: Cocoon-Break <54054995+kuishou68@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants