guysv / ilua

Portable Lua kernel for Jupyter
GNU General Public License v2.0
119 stars 12 forks source link

Exit cleanly when no Lua executable found #27

Open averms opened 1 year ago

averms commented 1 year ago

Right now

ilua -i asdf

prints a traceback and gets stuck accepting input. I think it would be nice if it exited instead.

guysv commented 1 year ago

hey thanks for the report. I really don't do alot of python these days, so your best hope is trying your shot at it 😞