mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(mellow) c: -> c:\
This commit is contained in:
parent
5a8e0fe488
commit
fbcf17a726
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
.slice(2)
|
||||
.join('');
|
||||
|
||||
path = volume + ':' + path;
|
||||
path = volume + ':' + (path || '\\');
|
||||
}
|
||||
|
||||
return path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue