Skip to content

Commit 30aaa6f

Browse files
committed
fix comments_reporter
1 parent 88c1f72 commit 30aaa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/irgen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ class ScriptTreeGenerator {
682682

683683
case 'comments_reporter':
684684
return new IntermediateInput(InputOpcode.COMMENTS_REPORTER, InputType.ANY, {
685-
value: this.descendInputOfBlock(block, 'VALUE').toType(InputType.ANY),
685+
value: this.descendInputOfBlock(block, 'VALUE'),
686686
comment: this.descendInputOfBlock(block, 'COMMENT').toType(InputType.STRING),
687687
});
688688
case 'comments_boolean':

0 commit comments

Comments
 (0)