Reword comment

This commit is contained in:
Remco Vermeulen 2024-07-26 16:55:34 -07:00
parent 9f7e0af9f6
commit 060c11b07f

View file

@ -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 {