Skip to content

Commit b6039de

Browse files
author
thyttan
committed
swipeinv: add ram keyword to helper fn
1 parent 2032105 commit b6039de

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)