mirror of https://github.com/espruino/BangleApps
remove sanitycheck exception, by builing using `typescript/build.sh`
parent
15ece50d53
commit
d166c4224a
|
@ -27,4 +27,4 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
E.showMenu(menu);
|
E.showMenu(menu);
|
||||||
});
|
})
|
||||||
|
|
|
@ -184,7 +184,6 @@ var KNOWN_WARNINGS = [
|
||||||
"App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
"App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
"App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
"App promenu file promenu.settings.js should be evaluated as a function but doesn't end in ')'",
|
|
||||||
"App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
"App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
"App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",
|
"App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",
|
||||||
|
|
Loading…
Reference in New Issue