You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in an error as Windows says it cannot find C:\Program. This seems to be caused by the same issue that was addressed for file paths in #53.
A simple fix would be to call the same wrap_into_quotes on app. I just tested this fix in a fork and it works; let me know if you'd like me to open a PR.
Let's attempt to open a file
C:\file.jpg
using the programC:\Program Files\Google\Chrome\Application\chrome.exe
.This results in an error as Windows says it cannot find
C:\Program
. This seems to be caused by the same issue that was addressed for file paths in #53.open-rs/src/windows.rs
Lines 25 to 26 in a33caba
A simple fix would be to call the same
wrap_into_quotes
onapp
. I just tested this fix in a fork and it works; let me know if you'd like me to open a PR.This issue was originally discovered here: typst/typst#2724
The text was updated successfully, but these errors were encountered: