mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:32: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