silence-chromium

2.0.0 • Public • Published

silence-chromium

Filter out spurious log messages for chromium/electron stderr.

examples

# just filter stderr, works in bash/zsh 
$ electron index.js 2> >(silence-chromium)
# pipe stderr to stdout and filter both, works in sh/bash/zsh 
$ electron index.js 2>&1 | silence-chromium

Dependents (2)

Package Sidebar

Install

npm i silence-chromium

Weekly Downloads

4

Version

2.0.0

License

MIT

Last publish

Collaborators

  • beaugunderson