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

the latest npm package is not updated? #89

Closed
beeplin opened this issue May 8, 2017 · 1 comment
Closed

the latest npm package is not updated? #89

beeplin opened this issue May 8, 2017 · 1 comment

Comments

@beeplin
Copy link

beeplin commented May 8, 2017

Steps to reproduce

I might be wrong, but it's so weird that the npm package v2.8.0 is not the same with the latest repo on github. After npm i -S feathers-mongodb, the \lib\index.js#279 is:

return Promise.reject('Not replacing multiple records. Did you mean `patch`?');

but the same line in the repo forked from github's master branch (after compliation with npm test) is:

return Promise.reject(new _feathersErrors2.default.BadRequest('Not replacing multiple records. Did you mean `patch`?'));

The later one is OK, but the first one generates wrong format of error.

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):
2.8.0
NodeJS version:
7.10.0
Operating System:
windows 10 with linux sub system
Browser Version:

React Native Version:

Module Loader:

@daffl
Copy link
Member

daffl commented May 9, 2017

Closed via v2.9.0

@daffl daffl closed this as completed May 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants