We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 491ac8e + b6039de commit 2b0fa95Copy full SHA for 2b0fa95
apps/swipeinv/boot.js
@@ -7,6 +7,7 @@
7
const CLOCK_APP_ID = require("Storage").readJSON("setting.json",true).clock.split(".")[0];
8
9
let getAppIdFromCurrentFile = ()=> {
10
+ "ram"
11
if (!global.__FILE__ || global.__FILE__===".bootcde") {
12
return CLOCK_APP_ID;
13
} else {return global.__FILE__.split(".")[0];}
0 commit comments