Skip to content
Commit 815028ef authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: runtime.uc: avoid Lua not installed exeption from trycompile()



Make sure to request loading the Lua bridge as optional when initializing
the Lua VM context from trycompile() in order to not raise a fatal exception
in case the Lua runtime support is not present.

Ref: https://forum.openwrt.org/t/x/141426
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent c99602e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment