Skip to content

Commit 579fddd

Browse files
Gaurav0sivakumar-kailasam
authored andcommitted
add comment
1 parent 94fd15a commit 579fddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fetch-yui-docs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ export default async function fetchYuiDocs(
6969
let emberYuidocs = await fetchYuiDocsFromNpm(projects, 'ember', filterValidVersionsForRequestedDocs)
7070
let emberDataYuidocs = await fetchYuiDocsFromNpm(projects, 'ember-data', filterValidVersionsForRequestedDocs)
7171

72+
// During local generation one or the other of these calls to fetchYuiDocsFromNpm return undefined
7273
return [].concat(emberYuidocs || []).concat(emberDataYuidocs || [])
7374
}

0 commit comments

Comments
 (0)