Skip to content

BUG: ENOENT file nout found. fetchFileSync should use new URL() for node #10

Description

@icetbr

node version: v19.8.1

node_modules/get-source/get-source.js:146

                                resolve (nodeRequire ('fs').readFileSync (path, { encoding: 'utf8' }))

BECOMES

                                resolve (nodeRequire ('fs').readFileSync (new URL(path), { encoding: 'utf8' }))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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