Skip to content
Snippets Groups Projects
Unverified Commit ddd7fc58 authored by hasanawad94's avatar hasanawad94 Committed by GitHub
Browse files

fix: Some wrong logging for flattened updates (#13853)

parent de4f7d0a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ export async function branchifyUpgrades( ...@@ -22,7 +22,7 @@ export async function branchifyUpgrades(
logger.debug( logger.debug(
`${updates.length} flattened updates found: ${updates `${updates.length} flattened updates found: ${updates
.map((u) => u.depName) .map((u) => u.depName)
.filter((txt) => txt?.length) .filter((txt) => txt?.trim().length)
.join(', ')}` .join(', ')}`
); );
const errors: ValidationMessage[] = []; const errors: ValidationMessage[] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment