How to use the pretty-error.stop function in pretty-error

To help you get started, we’ve selected a few pretty-error examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github quasarframework / quasar-cli / lib / helpers / cli-error-handling.js View on Github external
module.exports.switchToOuch = function () {
  if (OuchErrorHandler) {
    return OuchErrorHandler
  }

  PrettyError.stop()
  const Ouch = require('ouch')

  OuchErrorHandler = (new Ouch()).pushHandler(
    new Ouch.handlers.PrettyPageHandler('orange', null, 'sublime')
  )

  return OuchErrorHandler
}

pretty-error

See nodejs errors with less clutter

MIT
Latest version published 3 years ago

Package Health Score

67 / 100
Full package analysis