## Reproduce `Create new mount` > fs = `GoogleDrive:/path_to_dir/` Here is the console log below. ```console { "fs":"GoogleDrive:/path_to_dir/:", "mountPoint":"C:\\workspace", "mountType":"", "vfsOpt":{"CacheMode":2},"mountOpt":{} } ``` Here fs always add `:` at the end of input. However, there is no any problem if we run it in command line. ```cmd rclone mount "GoogleDrive:/path_to_dir/" "C:\workspace" --vfs-cache-mode writes ```
Reproduce
Create new mount> fs =GoogleDrive:/path_to_dir/Here is the console log below.
Here fs always add
:at the end of input.However, there is no any problem if we run it in command line.