Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
https://rosettea.github.io/Hilbish/
MIT License
499 stars 23 forks source link

feat: print error when hook has an error #226

Closed TorchedSammy closed 1 year ago

TorchedSammy commented 1 year ago

currently all hilbish doesis release the hook instead of printing the error. this makes it hard to figure out what a problem is with a hook (and caused problems for me as well)

this could come with the messaging system proposed in #219