linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

Error in `package.json` files result in an ambiguous error #116

Closed ADSKLowenthal closed 7 years ago

ADSKLowenthal commented 8 years ago

In lib\core_modules\search.js:34 the error rejected with provides no information about where the issue is. Recommend either a console.err there: console.error(file, 'package.json error', err); or better to reject with an extended error object that includes file and error.