Skip to content

Commit e2e0132

Browse files
committed
debug
1 parent 41e0fb3 commit e2e0132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ SOFTWARE.
517517
if (result.error) {
518518
throw new JUSTC.Error(result.error);
519519
} else {
520+
console.debug("AST:",result);
520521
JUSTC.RegisterImports(result.imported);
521522
JUSTC.DisplayLogs(result);
522523
return result.return || {};

0 commit comments

Comments
 (0)