Revert "Revert "Push reported""

This reverts commit 107adad647.
This commit is contained in:
Michael "Z" Goddard 2018-04-10 16:29:51 -04:00
parent 5b9dc4df77
commit d04d6b2c6a
No known key found for this signature in database
GPG key ID: 762CD40DD5349872
8 changed files with 198 additions and 65 deletions

View file

@ -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;