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({})
|
Project.count({})
|
||||||
.exec().then((err, count) => {
|
.exec().then((err, count) => {
|
||||||
|
console.log(err);
|
||||||
console.log(count);
|
console.log(count);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue