You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open = require('open');
open("https://greenkeeper.io");
results in two tabs being opened: https and greenkeeper.io. The problem seems to be with the vendored xdg-open, using my system's xdg-open works just fine.
The text was updated successfully, but these errors were encountered:
greenkeeperio/greenkeeper#143 is the upstream issue. It seems that on my system, a call like this:
results in two tabs being opened:
https
andgreenkeeper.io
. The problem seems to be with the vendoredxdg-open
, using my system'sxdg-open
works just fine.The text was updated successfully, but these errors were encountered: