Skip to content

Commit 908712e

Browse files
authored
fix: Refer to correct replacement method in deprecation warning. (#9237)
1 parent 7e47bf4 commit 908712e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export class Workspace {
469469
'Blockly.Workspace.getVariableUsesById',
470470
'v12',
471471
'v13',
472-
'Blockly.Workspace.getVariableMap().getVariableUsesById',
472+
'Blockly.Variables.getVariableUsesById',
473473
);
474474
return getVariableUsesById(this, id);
475475
}

0 commit comments

Comments
 (0)