sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.86k stars 136 forks source link

list giving [object] instead of actual connect #312

Closed yaodingyd closed 6 years ago

yaodingyd commented 6 years ago

version: 0.19 issue: surge list gives a list of [object Object] instead of strings.

EliotSlevin commented 6 years ago

Quick fix for me - npm install surge@0.20.1 -g . The new surge list looks great btw, love the dates!

yaodingyd commented 6 years ago

@EliotSlevin Thanks! It works for me.