Closed eugeneia closed 2 years ago
If running an app defined in a script via snabb snsh, getfenv(app.start).__NAME would be undefined and trigger our error handler for undefined variables.
Use rawget to avoid this, and properly fallback to the app name.
If running an app defined in a script via snabb snsh, getfenv(app.start).__NAME would be undefined and trigger our error handler for undefined variables.
Use rawget to avoid this, and properly fallback to the app name.