Skip to content

Commit 5b0a624

Browse files
authored
Update control.js
1 parent c321c5e commit 5b0a624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks_vertical/control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Blockly.Blocks['control_expandableIf'] = {
337337
try {
338338
const connector = oldBlock.outputConnection ? oldBlock.outputConnection : oldBlock.previousConnection;
339339
input.connection.connect(connector);
340-
} catch() {}
340+
} catch(e) {}
341341
}
342342
index++;
343343
}

0 commit comments

Comments
 (0)