mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 20:59:15 +08: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