Skip to content

Commit 48a211b

Browse files
committed
style: improve logs
1 parent 41150ca commit 48a211b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/source-nodes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ exports.sourceNodes = async (
3636
timer.start()
3737

3838
try {
39-
timer.setStatus("fetching")
39+
timer.setStatus("fetching Google Docs documents")
4040

4141
const googleDocuments = await fetchDocuments(options)
4242

43-
timer.setStatus("creating nodes")
43+
timer.setStatus("downloading Google Docs images locally")
4444

4545
for (let googleDocument of googleDocuments) {
4646
const {document, properties, cover, related} = googleDocument

0 commit comments

Comments
 (0)