audit all calls to app.eval
[?]
Apr 9, 2023, 4:20 PM
5TZBSRBNE2EK4Z7EDMQCE6NMMIBIKKPZMMSPHW6GUDGMJWSPFRTACDependencies
- [2]
ECUOUZI7load manifest in correct order - [3]
OJLXS67Na prefix for metadata in the manifest - [4]
OFRGJFGIspecify app in manifest - [5]
TNRO6KLZnew live app
Change contents
- edit in main.lua at line 127
-- return any error encountered, or nil if all well - replacement in main.lua at line 141
app.eval(buf)local status, err = app.eval(buf)if not status thenreturn errend - replacement in main.lua at line 237
app.eval(binding..' = nil')app.eval(binding..' = nil') -- ignore errors which will likely be from keywords like `function = nil`