robertmeta / plug.kak

Plugin manager for Kakoune
MIT License
54 stars 4 forks source link

How do I see the ouput of an install error ? #8

Closed sucrecacao closed 4 years ago

sucrecacao commented 4 years ago

I got the follow message when trying to update a plugin: alexherbo2/snippets.kak: Update Error (128) or alexherbo2/auto-pairs.kak: Update Error (1)

How do I know the meaning of the error code and how can I debug it ?

caksoylar commented 4 years ago

L (in the *plug* window, over the plugin line) shows you the stdout of the update attempt, so I believe there should be useful information there.

sucrecacao commented 4 years ago

Yes that help, I could have took a better look