Skip to content

Commit 2d2c798

Browse files
fix: return empty project config, if pymakr.conf doesn't exist
1 parent f3cab1a commit 2d2c798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Project {
3737
this.err = `Could not parse config: ${this.configFile.fsPath}`;
3838
this.pymakr.log.error("could not parse config:", this.configFile.fsPath);
3939
this.pymakr.notifier.notifications.couldNotParsePymakrConfig(this);
40+
return {};
4041
}
4142
}
4243

0 commit comments

Comments
 (0)