We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Node.js v11, the callback parameter to pipeline was made obligatory: nodejs/node#21054
callback
pipeline
Subsequently, running file-type with Node.js v11 fails with this error:
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
I ran the test suite on Travis CI, which confirms this: https://travis-ci.com/fstoerkle/file-type/jobs/190598883
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
Fix Node.js 11 compatibility (#198)
ee0ee82
Fixes #196
Hey @sindresorhus, can you make a minor release w/ this fix, please?
No branches or pull requests
In Node.js v11, the
callback
parameter topipeline
was made obligatory: nodejs/node#21054Subsequently, running file-type with Node.js v11 fails with this error:
I ran the test suite on Travis CI, which confirms this: https://travis-ci.com/fstoerkle/file-type/jobs/190598883
The text was updated successfully, but these errors were encountered: