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
When running devtool node_modules/ava/profile.js test.js it's throwing:
devtool node_modules/ava/profile.js test.js
Uncaught TypeError: /Users/sindresorhus/dev/ava/profile.js (intermediate value).generateHashForFile is not a function(anonymous function) @ profile.js:71Module._compile @ module.js:425devtoolCompileModule @ /usr/local/lib/node_modules/devtool/lib/require-hook.js:30Module.load @ module.js:356Module._load @ module.js:313Module.require @ module.js:366require @ module.js:385(anonymous function) @ /usr/local/lib/node_modules/devtool/lib/preload.js:76emitOne @ events.js:77emit @ events.js:169
// @jamestalmage
The text was updated successfully, but these errors were encountered:
Hmm.
We should probably throw in a few integration tests for that somewhere, just so it stays up to date.
Sorry, something went wrong.
No branches or pull requests
When running
devtool node_modules/ava/profile.js test.js
it's throwing:// @jamestalmage
The text was updated successfully, but these errors were encountered: