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

usage reporting: fix typo in Buffer.byteLength argument #5149

Merged
merged 1 commit into from Apr 30, 2021

Commits on Apr 30, 2021

  1. usage reporting: fix typo in Buffer.byteLength argument

    Fortunately, it appears that going back at least to Node 8, there's no
    difference between passing "utf8", "uft8" (the typo), or no encoding argument,
    so there's no bug here. But it's good to remove the typo (and later versions of
    `@types/node` consider this to be an error).
    glasser committed Apr 30, 2021
    Copy the full SHA
    b32bb1f View commit details
    Browse the repository at this point in the history