mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-11 22:10:00 -04:00
Revert "Push reported"
This commit is contained in:
parent
0e4e6be9e7
commit
107adad647
8 changed files with 66 additions and 199 deletions
test/unit
|
@ -91,8 +91,7 @@ const generateThread = function (runtime) {
|
|||
rt.blocks.createBlock(generateBlock(next));
|
||||
th.pushStack(next);
|
||||
th.target = rt;
|
||||
th.blockContainer = rt.blocks;
|
||||
|
||||
|
||||
runtime.threads.push(th);
|
||||
|
||||
return th;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue