mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 09:01:46 +03:00
ab0d8ef8c1
* fix(daemon): preserve backslashes in parseCommandLine on Windows Only treat backslash as escape when followed by a quote or another backslash. Bare backslashes are kept as-is so Windows paths survive. Fixes #15587 * fix(daemon): preserve UNC backslashes in schtasks parsing (#15642) (thanks @arosstale) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>