Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Windows compatiblity - pwd vs cwd #15

@braintapper

Description

@braintapper

process.env.PWD doesn't work on Windows and generates an error when trying to load fogbugz.conf.json. Using process.cwd() on Windows by changing line 44 in index.js to fixed it for me:

conf = require(path.join(process.env.PWD || process.cwd(), 'fogbugz.conf.json')),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions