Skip to content

Couple of fixes to finding db folder:

David Pendray requested to merge github/fork/dpen2000/DbFolderFixes into master
  1. Use process.cwd() so db folder is looked for in root of user's application (rather than where the massive-js module is under node_modules)
  2. Catch error when reading list of dirs under db if db doesn't exist

Hope these are okay.

Merge request reports