npm

This package has been deprecated

Author message:

This package is no longer maintained.

scupper

0.0.1 • Public • Published

scupper

Experimental

const { exec } = require('mz/child_process')
const scupper = require('scupper')

exec('echo ERROR >&2 && false')
    .then(result => {
        console.log(result)
    })
	.catch(err => {
        console.error(err)
    })
	.catch(scupper)

License

MIT © Pine Mizune

Readme

Keywords

none

Package Sidebar

Install

npm i scupper

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • pine613