Commit f8aeaf3
openclaw
fix: correct Windows Chrome executable path extraction regex
Fixes broken Chrome user profile attach on Windows by correcting invalid regex patterns in extractWindowsExecutablePath:
- Removed extra backslash before .exe in quoted path regex that was preventing matches
- Fixed unquoted path regex to properly handle Windows paths with backslashes
- Updated regex patterns to match all valid Windows executable paths ending with .exe
Fixes #480431 parent 1cf544f commit f8aeaf3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
0 commit comments