more debugging
This commit is contained in:
parent
ce89d6cc78
commit
f196c4ebf8
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ mongoose.connection.on('error', () => {
|
|||
|
||||
Project.count({})
|
||||
.exec().then((err, count) => {
|
||||
console.log(err);
|
||||
console.log(count);
|
||||
process.exit(0);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue