kiruthiga 55473b7e7c initial push il y a 5 jours
..
index.js 55473b7e7c initial push il y a 5 jours
license 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours
readme.md 55473b7e7c initial push il y a 5 jours

readme.md

bail

Build Coverage Downloads Size

:warning: Throw a given error.

Install

npm:

npm install bail

Use

var bail = require('bail')

bail()

bail(new Error('failure'))
// Error: failure
//     at repl:1:6
//     at REPLServer.defaultEval (repl.js:154:27)
//     …

API

bail([err])

Throw a given error.

Parameters
  • err (Error?) — Optional error.
Throws
  • Error — Given error, if any.

Related

License

MIT © Titus Wormer