fix: Refer to correct replacement method in deprecation warning. (#9237)

This commit is contained in:
Aaron Dodson
2025-07-15 11:06:27 -07:00
committed by GitHub
parent 7e47bf440c
commit 908712e19d

View File

@@ -469,7 +469,7 @@ export class Workspace {
'Blockly.Workspace.getVariableUsesById',
'v12',
'v13',
'Blockly.Workspace.getVariableMap().getVariableUsesById',
'Blockly.Variables.getVariableUsesById',
);
return getVariableUsesById(this, id);
}