diff --git a/src/engine/runtime.js b/src/engine/runtime.js index 0f0c74a86f3..43f7ed77d60 100644 --- a/src/engine/runtime.js +++ b/src/engine/runtime.js @@ -1465,6 +1465,9 @@ class Runtime extends EventEmitter { if (!blockInfo.disableMonitor && context.inputList.length === 0) { blockJSON.checkboxInFlyout = true; } + if (blockInfo.shadow_argument_reporter) { + blockJSON.extensions.push('shadow_argument_reporter'); + } } else if ( blockInfo.branchIconURI || ( blockInfo.blockType === BlockType.LOOP &&