Last active
January 3, 2016 08:49
-
-
Save zetter/8439002 to your computer and use it in GitHub Desktop.
Filter out userSpaceScaleFactor warning on phantomjs on Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| /usr/local/bin/phantomjs_original $@ 2> >(grep -v userSpaceScaleFactor 1>&2) |
zetter
commented
Jan 15, 2014
Author
- move /usr/local/bin/phantomjs to /usr/local/bin/phantomjs_original
- create this script as /usr/local/bin/phantomjs
- chmod +x it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment