We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c1f72 commit 30aaa6fCopy full SHA for 30aaa6f
src/compiler/irgen.js
@@ -682,7 +682,7 @@ class ScriptTreeGenerator {
682
683
case 'comments_reporter':
684
return new IntermediateInput(InputOpcode.COMMENTS_REPORTER, InputType.ANY, {
685
- value: this.descendInputOfBlock(block, 'VALUE').toType(InputType.ANY),
+ value: this.descendInputOfBlock(block, 'VALUE'),
686
comment: this.descendInputOfBlock(block, 'COMMENT').toType(InputType.STRING),
687
});
688
case 'comments_boolean':
0 commit comments