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 f3cab1a commit 2d2c798Copy full SHA for 2d2c798
src/Project.js
@@ -37,6 +37,7 @@ class Project {
37
this.err = `Could not parse config: ${this.configFile.fsPath}`;
38
this.pymakr.log.error("could not parse config:", this.configFile.fsPath);
39
this.pymakr.notifier.notifications.couldNotParsePymakrConfig(this);
40
+ return {};
41
}
42
43
0 commit comments