more debugging

This commit is contained in:
Cassie Tarakajian 2017-12-26 21:57:44 -05:00
parent ce89d6cc78
commit f196c4ebf8

View file

@ -26,6 +26,7 @@ mongoose.connection.on('error', () => {
Project.count({})
.exec().then((err, count) => {
console.log(err);
console.log(count);
process.exit(0);
});