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

Commit

Permalink
lower case error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed May 5, 2017
1 parent b054c27 commit f217086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class RPC {
let config = null;

if (this.shares.size >= cpus().length && !unsafeFlag) {
return callback(new Error('Insufficient system resources available'));
return callback(new Error('insufficient system resources available'));
}

try {
Expand Down

0 comments on commit f217086

Please sign in to comment.