mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-26 17:12:15 +00:00
The absolute-screenshot-path test interpolated a raw path into a JSON string literal. On Windows that emits C:\Users\..., and \U is not a valid JSON escape, so the event failed to parse and was dropped rather than counted as skipped. Serializing through serde escapes the path on every platform. |
||
|---|---|---|
| .. | ||
| core | ||
| ffi | ||
| linux | ||
| macos | ||
| windows | ||