Skip to content

Commit 2b0fa95

Browse files
author
thyttan
committed
Merge branch 'swipeinv' into app-loader
2 parents 491ac8e + b6039de commit 2b0fa95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/swipeinv/boot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
const CLOCK_APP_ID = require("Storage").readJSON("setting.json",true).clock.split(".")[0];
88

99
let getAppIdFromCurrentFile = ()=> {
10+
"ram"
1011
if (!global.__FILE__ || global.__FILE__===".bootcde") {
1112
return CLOCK_APP_ID;
1213
} else {return global.__FILE__.split(".")[0];}

0 commit comments

Comments
 (0)