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 a6f7d24 commit 5c2e96aCopy full SHA for 5c2e96a
packages/gatsby-source-drupal/src/gatsby-node.js
@@ -27,7 +27,7 @@ let apiRequestCount = 0
27
let initialSourcing = true
28
let globalReporter
29
async function worker([url, options]) {
30
- // Log out some progress indicators during the initial sourcing
+ // Log out progress during the initial sourcing.
31
if (initialSourcing) {
32
apiRequestCount += 1
33
if (!start) {
@@ -535,7 +535,7 @@ exports.sourceNodes = async (
535
createNode(node)
536
}
537
538
- // We're now down with the initial sourcing.
+ // We're now done with the initial sourcing.
539
initialSourcing = false
540
541
return
0 commit comments