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

Commit

Permalink
do not report error in case of no config provided
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Jul 7, 2016
1 parent 4b99981 commit 1303a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/user-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function getConfig() {
}
return config;
} catch (err) {
console.error('No configuration file provided, using defaults.', err);
console.warn('No configuration file found, using defaults.');
return {};
}
}
Expand Down

0 comments on commit 1303a88

Please sign in to comment.