Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-nmo/pull/2#discussion_r38744128
  
    --- Diff: src/isonline.js ---
    @@ -31,12 +35,16 @@ function isOnlineCli (...urls) {
               }
     
               console.log(entry, msg);
    -          resolve(results);
    +          resolve(msg);
    --- End diff --
    
    not sure if you want to change the programmatic api in this place. the 
intention here is to return json and not a human readable textstring, as it is 
harder to process from consumers. teh return value of the promise is the 
programmatic api for http://robertkowalski.github.io/nmo/api/nmo-isonline.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to