Skip to content

Utils gatherSources fails if path has spaces #176

Open
@spalladino

Description

@spalladino

The gatherSources script relies on url.resolve to resolve absolute paths. This changes any spaces in a local filesystem path to %20, which then fails to find the file.

const absoluteRoots = roots.map(what => urlSys.resolve(workingDir, what));

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