mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-21 02:39:54 -04:00
parent
5b9dc4df77
commit
d04d6b2c6a
8 changed files with 198 additions and 65 deletions
test/unit
|
@ -91,7 +91,8 @@ 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