remove sanitycheck exception, by builing using `typescript/build.sh`

pull/3703/head
Tom Wallroth 2025-01-02 10:22:06 +01:00
parent 15ece50d53
commit d166c4224a
2 changed files with 1 additions and 2 deletions

View File

@ -27,4 +27,4 @@
} }
}; };
E.showMenu(menu); E.showMenu(menu);
}); })

View File

@ -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 ')'",