Skip to content

Commit 92a0f0a

Browse files
authored
add early return
1 parent b15497c commit 92a0f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/src/source-nodes.ts

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export const sourceNodes: GatsbyNode[`sourceNodes`] = async (gatsbyApi, pluginOp
121121
graphqlError: errors[0].message,
122122
},
123123
})
124+
125+
return
124126
}
125127

126128
/**

0 commit comments

Comments
 (0)