Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: remove argument from .stats.bw* #699

Merged
merged 2 commits into from
Feb 22, 2018
Merged

fix: remove argument from .stats.bw* #699

merged 2 commits into from
Feb 22, 2018

Conversation

hacdias
Copy link
Contributor

@hacdias hacdias commented Feb 22, 2018

Removing an argument that wasn't supposed to exist.

@ghost ghost assigned hacdias Feb 22, 2018
@ghost ghost added the in progress label Feb 22, 2018
@@ -5,7 +5,7 @@ const pump = require('pump')
const transformChunk = require('./bw-util')

module.exports = (send) => {
return (hash, opts) => {
return (opts) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm.. how doesn't this change break tests?

Copy link
Contributor Author

@hacdias hacdias Feb 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No because we're not testing the options yet. Although the build failed due to 'JavaScript heap out of memory'.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

@daviddias daviddias merged commit f81dce5 into master Feb 22, 2018
@daviddias daviddias deleted the fix-bw branch February 22, 2018 10:47
@ghost ghost removed the in progress label Feb 22, 2018
dryajov pushed a commit that referenced this pull request Feb 23, 2018
* Update bw-readable-stream.js

* Update bw-pull-stream.js
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants