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: handle missing constants export in Node.js 14 #345

Closed

Commits on Sep 8, 2024

  1. fix: correct import of 'constants' from 'node:fs' for Node.js 14 comp…

    …atibility
    
    In Node.js 14, 'fs/promises' does not export 'constants'.
    This change ensures 'constants' is imported directly from 'node:fs' for compatibility with Node.js 14.
    luckfunc committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ec77a12 View commit details
    Browse the repository at this point in the history