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

Commit

Permalink
Updating yaml-config-loader dependency, updating to not error when a …
Browse files Browse the repository at this point in the history
…default config file does not exist.
  • Loading branch information
tizzo committed Nov 6, 2014
1 parent b50ca91 commit a678baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/penelope
Expand Up @@ -66,6 +66,7 @@ if (argv.keepAlive) {
runner.closeStreamWithLastProcess = false;
}

loader.on('error', function(err) {});
loader.add('/etc/penelope.yaml');
loader.add(process.env['HOME'] + '/.penelope.yaml');
loader.add(argv);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"json-stream-formatter": "0.0.7",
"restify": "^2.8.2",
"shell-quote": "~1.4.1",
"yaml-config-loader": "0.0.10",
"yaml-config-loader": "0.0.11",
"yargs": "~1.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit a678baa

Please sign in to comment.