2.0.0 • Published 10 years ago

silence-chromium v2.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

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
2.0.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago