mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
@@ -171,5 +171,5 @@ Blockly.JavaScript['controls_flow_statements'] = function(block) {
|
||||
case 'CONTINUE':
|
||||
return 'continue;\n';
|
||||
}
|
||||
throw 'Unknown flow statement.';
|
||||
throw Error('Unknown flow statement.');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user