fix(mellow) convertPath: add last slash to files

This commit is contained in:
coderaiser 2014-07-07 03:42:24 -04:00
parent e88d7e3320
commit 2f726a0468

View file

@ -54,7 +54,6 @@
.join('');
path = volume + ':' + path;
path = format.addSlashToEnd(path);
}
return path;