UNPKG

fin

Version:

Developer CLI for Fin. Fin is the easiest way to launch your own SaaS.

15 lines (11 loc) 265 B
'use strict' module.exports = (err) => { const detail = err.response ? (err.response.data && err.response.data.error) || err.response.statusText : undefined console.error(err.message) if (detail) { console.error(detail) } process.exit(1) }