Tried to improve debugging when an express middleware is wrapped to auto-handle errors of an asnync
function.
Turns out the below reads a bit better than a return Promise.catch()
implementation, but still, once we reach the central express error handler, the line of the wrapped function that caused the error isn't included.
'use strict'