Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence which output to STDOUT #83

Open
ArnisL opened this issue May 3, 2016 · 2 comments
Open

Silence which output to STDOUT #83

ArnisL opened this issue May 3, 2016 · 2 comments

Comments

@ArnisL
Copy link

ArnisL commented May 3, 2016

Unsure how good/bad idea this is

But at least locally I've made these changes:

      def system_phantomjs_path
        #`which phantomjs`.delete("\n")
        (system 'which phantomjs', STDOUT: '/dev/null').delete("\n")
      rescue
      end

Maybe others find this a good idea

@mokoaki
Copy link

mokoaki commented Jun 15, 2016

+1

@tuxayo
Copy link

tuxayo commented Dec 21, 2016

See #85 for a pull request that would close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants