Add todo to use catch syntax

This commit is contained in:
Blade Barringer
2015-11-09 07:43:48 -06:00
parent 6aaef14300
commit 78bdbfc96f
+1
View File
@@ -689,5 +689,6 @@ mongoose.model('User')
// Using push to maintain the reference to mods
mods.push(...foundMods);
}, (err) => {
// @TODO convert this to a catch
throw err; // TODO ?
});