Skip to content

fix(win32): runner.cmd wrapped in double quotes to prevent spawn err#849

Open
BingqingLyu wants to merge 6 commits intomainfrom
fork-pr-48289-fix-win32-path-err-spawn
Open

fix(win32): runner.cmd wrapped in double quotes to prevent spawn err#849
BingqingLyu wants to merge 6 commits intomainfrom
fork-pr-48289-fix-win32-path-err-spawn

Conversation

@BingqingLyu
Copy link
Copy Markdown
Owner

@BingqingLyu BingqingLyu commented Apr 27, 2026

Fixes openclaw#45275

Problem
runner.cmd which contained spaces in the path was being passed as is to the spawn function. node documentation states that paths with spaces must be wrapped with quotes before being passed to the spawn function.

Solution
wrapped the path in double quotes for windows platform.

Change type: bug fix

Fixes openclaw#45275

**Problem**
runner.cmd which contained spaces in the path was being passed as is to the spawn function. node documentation states that paths with spaces must be wrapped with quotes before being passed to the spawn function.

**Solution**
wrapped the path in double quotes for windows platform.
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.

[Bug]: Run "pnpm ui:build" noticed Couldn't find 'C:\Program' at windows.

2 participants