Skip to content

windows compatible paths #88

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions