We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0e6be commit 68e038bCopy full SHA for 68e038b
include/file-config.js
@@ -46,7 +46,7 @@ class fileConfig extends config {
46
*/
47
parseLocal() {
48
try {
49
- let global = yaml.sync(this.global, {});
+ let global = this.parseGlobal();
50
let local = yaml.sync(this.local, {});
51
return extend(global, local);
52
} catch (e) {
0 commit comments