mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(mellow) convertPath: add last slash to files
This commit is contained in:
parent
e88d7e3320
commit
2f726a0468
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@
|
|||
.join('');
|
||||
|
||||
path = volume + ':' + path;
|
||||
path = format.addSlashToEnd(path);
|
||||
}
|
||||
|
||||
return path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue