mirror of
https://github.com/google/blockly.git
synced 2026-03-10 15:20:16 +01:00
Update warning
This commit is contained in:
@@ -372,6 +372,6 @@ Blockly.blockRendering.ConstantProvider.prototype.shapeFor = function(
|
||||
case Blockly.NEXT_STATEMENT:
|
||||
return this.NOTCH;
|
||||
default:
|
||||
throw new Error('Unknown type');
|
||||
throw new Error('Unknown connection type');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user