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

test: fix test/pummel/test-fs-largefile.js #25372

Closed
wants to merge 1 commit into from

Commits on Jan 7, 2019

  1. test: fix test/pummel/test-fs-largefile.js

    test-fs-largefile.js calls `fs.close()` without a callback which results
    in an error as of Node.js 10.0.0. Add a `common.mustCall()` callback so
    the test passes again.
    Trott committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d8bd221 View commit details
    Browse the repository at this point in the history