in src/Errors.js [23:29]
function intoError(err) { if (err instanceof Error) { return err; } else { return new Error(err); } }