slact / webylene-lua

a bit of a web framework for lua
12 stars 2 forks source link

Tracebacks during initialization #2

Open slact opened 15 years ago

slact commented 15 years ago

The show_backtrace setting is ignored during webylene initialization, defaulting it to true.

slact commented 15 years ago

Have yet to find an efficient solution, what with xpcall not taking function parameters and not wanting to create a new closure for every request.