Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(initialize-node): __dirname in some envrioments #7933

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2022

  1. fix(initialize-node): __dirname in some envrioments

    This patch fixes __dirname pointing to / in some envrioments by
    trying process.cwd() if __dirname returne undefined.
    
    Issues: puppeteer#7085 puppeteer#7932
    codydaig authored and OrKoN committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    181a1f9 View commit details
    Browse the repository at this point in the history