Commit cc6510cf by Johannes Zellner

Some style hints

1 parent 7712c94e
Showing with 1 additions and 1 deletions
......@@ -66,7 +66,7 @@ function login(uri) {
superagent.get(server + API + '/').query({ username: username, password: password }).end(function (error, result) {
if (error && error.code === 'ENOTFOUND') {
console.log('No such server %s'.red, server.bold);
console.log('Server %s not found.'.red, server.bold);
process.exit(1);
}
if (error && error.code) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!