afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

verror is not defined #41

Closed siboulet closed 9 years ago

siboulet commented 9 years ago

When database connection failed

ReferenceError: verror is not defined at /app/node_modules/mongodb-migrate/index.js:268:21

ReferenceError: verror is not defined at /app/node_modules/mongodb-migrate/index.js:275:22

TimJohns commented 9 years ago

Got it, I will fix that today

On Jul 9, 2015, at 7:44 AM, Simon Boulet notifications@github.com wrote:

When database connection failed

ReferenceError: verror is not defined at /app/node_modules/mongodb-migrate/index.js:268:21

ReferenceError: verror is not defined at /app/node_modules/mongodb-migrate/index.js:275:22

— Reply to this email directly or view it on GitHub.

afloyd commented 9 years ago

Fixed with f04331e456f84b5323a4515f14772a9213e257df

siboulet commented 8 years ago

Please can you npm push 1.2.1

marcdahan commented 5 years ago

nowadays add :

 var VError = require('verror');