Skip to content

Commit 5c2e96a

Browse files
authored
Update gatsby-node.js
1 parent a6f7d24 commit 5c2e96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-source-drupal/src/gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let apiRequestCount = 0
2727
let initialSourcing = true
2828
let globalReporter
2929
async function worker([url, options]) {
30-
// Log out some progress indicators during the initial sourcing
30+
// Log out progress during the initial sourcing.
3131
if (initialSourcing) {
3232
apiRequestCount += 1
3333
if (!start) {
@@ -535,7 +535,7 @@ exports.sourceNodes = async (
535535
createNode(node)
536536
}
537537

538-
// We're now down with the initial sourcing.
538+
// We're now done with the initial sourcing.
539539
initialSourcing = false
540540

541541
return

0 commit comments

Comments
 (0)