Fixed errcheck issues in server/channels/app/plugin_install.go (#29062)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
Arya Khochare
2024-11-21 16:00:30 +05:30
коммит произвёл GitHub
родитель 5911590ce6
Коммит 45860309b1
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@@ -6154,6 +6154,10 @@
"id": "app.plugin.restart.app_error",
"translation": "Unable to restart plugin on upgrade."
},
{
"id": "app.plugin.seek.app_error",
"translation": "Unable to reset the read position to the start of the plugin bundle."
},
{
"id": "app.plugin.signature_decode.app_error",
"translation": "Unable to decode base64 signature."