fix(mellow) add last slash only on win

This commit is contained in:
coderaiser 2014-06-24 04:39:36 -04:00
parent 7dac169e12
commit ce72ccacbe

View file

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