Skip to content

Error in browser: process is not defined #29

Open
@tanishqkancharla

Description

@tanishqkancharla

When calling `path.resolve("tmp", ".."), this branch is triggered, causing an error in the browser (line 124 in index.js):

if (cwd === undefined)
  cwd = process.cwd();
path = cwd;
Uncaught ReferenceError: process is not defined

I think this error should be caught.

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