mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 16:52:51 +08:00
Plugins: Fix levitate detailed report and improve error treatment (#91617)
This commit is contained in:

committed by
GitHub

parent
875fdb18b4
commit
bf24454007
@ -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);
|
||||
|
Reference in New Issue
Block a user