Commit 9d2701fe by Girish Ramakrishnan

do not add extra newline

1 parent 1c20715d
Showing with 1 additions and 1 deletions
......@@ -139,7 +139,7 @@ function get(filePath) {
console.log('\t %s', entry);
});
} else {
console.log(body);
process.stdout.write(body);
}
});
// var req = superagent.get(config.server() + API + filePath);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!