fix(mellow) c: -> c:\

This commit is contained in:
coderaiser 2014-10-27 04:49:54 -04:00
parent 5a8e0fe488
commit fbcf17a726

View file

@ -52,7 +52,7 @@
.slice(2)
.join('');
path = volume + ':' + path;
path = volume + ':' + (path || '\\');
}
return path;