sicksync icon indicating copy to clipboard operation
sicksync copied to clipboard

windows compatible paths

Open laggingreflex opened this issue 8 years ago • 0 comments

In lots of places paths are created by using '/' slashes.

// src/local/fs-helper.js:21
this._baseDir = path.parse(this._sourceLocation).base + '/';

path.sep and path.join should be used instead.

It doesn't cause any major issues right now, but something to consider in a future refactoring

laggingreflex avatar Feb 23 '17 01:02 laggingreflex