Plugins: Fix levitate detailed report and improve error treatment (#91617)

This commit is contained in:
Hugo Kiyodi Oshiro
2024-08-08 11:20:58 +02:00
committed by GitHub
parent 875fdb18b4
commit bf24454007
2 changed files with 24 additions and 3 deletions

View File

@ -30,6 +30,8 @@ if (data.changes.length > 0) {
markdown += printSection('Changes', data.changes);
}
markdown += printAffectedPluginsSection(data);
if (data.removals.length > 0 || data.changes.length > 0) {
markdown += printAffectedPluginsSection(data);
}
console.log(markdown);