mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Improves error handling when installing plugins by checking for error before adding a defer of closing of the zip reader to not create a panic when there's an invalid zip file. Fixes #41029