Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Feb 9, 2017
1 parent b5c0e8a commit 48101ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ exports.checkDaemonRpcStatus = function(port, callback) {
exports.connectToDaemon = function(port, callback) {
const sock = dnode.connect(port);

sock.on('error', function(err) {
sock.on('error', function() {
process.exitCode = 1;
console.error('\n daemon is not running, try: storjshare daemon');
});
Expand Down

0 comments on commit 48101ec

Please sign in to comment.