mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 20:28:14 -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