Skip to content

Commit

Permalink
can I code???
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 15, 2018
1 parent bef7b95 commit e976ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/api-runner-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ module.exports = async (api, args = {}, pluginSource) =>

apisRunning.push(apiRunInstance)

let pluginName = null
mapSeries(
noSourcePluginPlugins,
(plugin, callback) => {
let pluginName = null
if (plugin.name === `default-site-plugin`) {
pluginName = `gatsby-node.js`
} else {
Expand Down

0 comments on commit e976ee6

Please sign in to comment.