diff options
-rw-r--r-- | cli/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/actions.js b/cli/actions.js index 735b631..954ca6b 100644 --- a/cli/actions.js +++ b/cli/actions.js | |||
@@ -139,7 +139,7 @@ function get(filePath) { | |||
139 | console.log('\t %s', entry); | 139 | console.log('\t %s', entry); |
140 | }); | 140 | }); |
141 | } else { | 141 | } else { |
142 | console.log(body); | 142 | process.stdout.write(body); |
143 | } | 143 | } |
144 | }); | 144 | }); |
145 | // var req = superagent.get(config.server() + API + filePath); | 145 | // var req = superagent.get(config.server() + API + filePath); |