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

fix(undefined options passed to .get): set default options value to {} #115

Merged
merged 1 commit into from
Jun 18, 2017

Conversation

silasbw
Copy link
Contributor

@silasbw silasbw commented Jun 17, 2017

This fixes stream calls without an options argument. E.g.,:

// This used to TypeError.
// Now it returns a stream.
const stream = core.ns.po.get();

#37 (comment)

@silasbw silasbw requested a review from TWood67 June 18, 2017 00:45
…e to `{}`

This fixes stream calls without an `options` argument.  E.g.,:

```
// This used to TypeError.
// Now it returns a stream.
const stream = core.ns.po.get();
```

#37 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants