Reword comment
This commit is contained in:
parent
9f7e0af9f6
commit
060c11b07f
1 changed files with 1 additions and 2 deletions
|
|
@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
|
|||
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
|
||||
&& config.originalUserInput.packs
|
||||
) {
|
||||
// If it is an array, that single language analysis we assume
|
||||
// there is only a single language being analyzed.
|
||||
// If it is an array, then assume there is only a single language being analyzed.
|
||||
if (Array.isArray(config.originalUserInput.packs)) {
|
||||
packs[config.languages[0]] = config.originalUserInput.packs;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue