Update warning

This commit is contained in:
Rachel Fenichel
2019-08-26 10:22:58 -07:00
parent 27cd26b264
commit 7c40ddf141

View File

@@ -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');
}
};