Skip to content

Commit

Permalink
Merge pull request #115 from strongloop/silent-env
Browse files Browse the repository at this point in the history
don't log warning if env file doesn't exist
  • Loading branch information
bajtos committed May 21, 2018
2 parents 78c20db + 3cc38e3 commit 2620f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/envs.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ function loadEnvsFile(path) {
var env, data;

if(!fs.existsSync(path)) {
cons.Warn("No ENV file found");
env = {};
} else {
data = fs.readFileSync(path);
Expand Down

0 comments on commit 2620f2d

Please sign in to comment.