mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(mellow) add last slash only on win
This commit is contained in:
parent
7dac169e12
commit
ce72ccacbe
1 changed files with 1 additions and 2 deletions
|
|
@ -54,10 +54,9 @@
|
|||
.join('');
|
||||
|
||||
path = volume + ':' + path;
|
||||
path = format.addSlashToEnd(path);
|
||||
}
|
||||
|
||||
path = format.addSlashToEnd(path);
|
||||
|
||||
return path;
|
||||
}
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue