Instead of `function () {}`, the default callback should be `function(err){if(err)throw err}`.
Instead of
function () {}, the default callback should befunction(err){if(err)throw err}.