Skip to content

Commit d166c42

Browse files
committed
remove sanitycheck exception, by builing using typescript/build.sh
1 parent 15ece50 commit d166c42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/promenu/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
}
2828
};
2929
E.showMenu(menu);
30-
});
30+
})

bin/sanitycheck.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ var KNOWN_WARNINGS = [
184184
"App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'",
185185
"App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'",
186186
"App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'",
187-
"App promenu file promenu.settings.js should be evaluated as a function but doesn't end in ')'",
188187
"App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'",
189188
"App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'",
190189
"App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",

0 commit comments

Comments
 (0)