Skip to content

Commit

Permalink
lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ricart committed Dec 4, 2016
1 parent 00e09ab commit ee00733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nats.js
Expand Up @@ -103,7 +103,8 @@ var VERSION = '0.7.0',
this.message = message;
this.code = code;
this.chainedError = chainedError;
};
}

util.inherits(NatsError, Error);
exports.NatsError = NatsError;

Expand Down

0 comments on commit ee00733

Please sign in to comment.