This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Escape all sources when they need it (#967)
The need for escaping doesn't depend on if it's a local (file) or remote (http/s) uri It depends only on if there is a space in it or not. This can be in either, although it's more likely in a file path with "C:\Program Files" etc ArgumentEscaper will check for spaces and handle it when needed Co-authored-by: Anthony Steele <[email protected]>
- Loading branch information