Slider:add var containing the app to load on error

master
thyttan 2023-09-15 22:46:53 +02:00
parent 5df5f56888
commit d157f51b50
1 changed files with 2 additions and 1 deletions

View File

@ -166,5 +166,6 @@ return o;
} catch (e) { } catch (e) {
print(e); print(e);
eval(require("Storage").read("slidertest.app.js")); let appName = "spotrem";
eval(require("Storage").read(appName+".app.js"));
} }