Skip to content

Jackup does not recognize windows absolute paths to configuration module #16

@nrstott

Description

@nrstott

if the path to the configuration module is specified via an absolute path such as c:\myapp.js, jackup considers this to be a relative path and prepends File.cwd() to it:

if (config.charAt(0) !== "/")
        config = File.join(File.cwd(), config);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions