Skip to content

Commit d2d0af7

Browse files
LingDong-Lingdong Huang
authored andcommitted
new experimental online ide
1 parent 83d505e commit d2d0af7

File tree

2 files changed

+578
-1
lines changed

2 files changed

+578
-1
lines changed

src/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ function compile(arg1, arg2, arg3) {
729729

730730
if (strict) {
731731
logCallback("\n\n=== [PASS 2.5] TYPECHECK ===");
732-
console.log(printSignature(typecheck(asc, assert)));
732+
logCallback(printSignature(typecheck(asc, assert)));
733733
}
734734

735735
logCallback("\n\n=== [PASS 3] COMPILER ===");

0 commit comments

Comments
 (0)