Fix spawn() failure on Windows when paths contain spaces

This commit is contained in:
2020-02-11 17:19:30 -06:00
parent c7ca05d43c
commit bd17c1429d
3 changed files with 59 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
* CentOS 8 support
* Support remote send and receive timeouts
* Support WinFSP mount manager
* Fix `spawn()` failure on Windows when paths contain spaces
## 1.1.2
* Style changes