mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
fix: Rename Generator to CodeGenerator (#6585)
Stops collisions with ES6's Generator. The old Blockly.Generator still exists as a name, but is now deprecated.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
if [ "${RUNNER_OS}" == "macOS" ]
|
||||
then
|
||||
export CHROME_BIN="/Applications/Google Chrome.app"
|
||||
|
||||
Reference in New Issue
Block a user