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 21d4c04 commit 0a8ee2dCopy full SHA for 0a8ee2d
packages/server/src/MessageProcessor.js
@@ -149,7 +149,7 @@ export class MessageProcessor {
149
// Otherwise, subcribe watchman according to project config(s).
150
const config = getGraphQLConfig(rootPath);
151
let projectConfigs: GraphQLProjectConfig[] =
152
- Object.values(config.getProjects()) || [];
+ Object.values(config.getProjects() || {}) || [];
153
// There can either be a single config or one or more project
154
// configs, but not both.
155
if (projectConfigs.length === 0) {
0 commit comments