Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j authored May 24, 2020
1 parent 32f87b3 commit 4bd04e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/target.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class Target extends EventEmitter {
blockUpdated = t.blocks.updateSensingOfReference(
oldName,
newName,
this.isStage ? '__stage__' : this.getName()
this.isStage ? '_stage_' : this.getName()
) || blockUpdated;
});
// Request workspace change only if sensing_of blocks were actually updated.
Expand Down

0 comments on commit 4bd04e2

Please sign in to comment.