Skip to content

Commit 1dbc2f3

Browse files
authored
Update make_ide.js
1 parent f868ca9 commit 1dbc2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/make_ide.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ function main() {
166166
for (var i = 0; i < arguments.length; i++) {
167167
if (typeof arguments[i] == "number") {
168168
outdiv.innerText += num2hanzi(arguments[i]);
169+
} else if (typeof arguments[i] == "boolean") {
170+
outdiv.innerText += bool2hanzi(arguments[i]);
169171
} else {
170172
outdiv.innerText += arguments[i];
171173
}

0 commit comments

Comments
 (0)