mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 06:29:25 -04:00
Update some comments
This commit is contained in:
parent
7841d44ccf
commit
6b774c58f5
3 changed files with 33 additions and 21 deletions
src/engine
|
@ -91,12 +91,11 @@ const execute = function (sequencer, thread) {
|
|||
if (thread.showVisualReport) {
|
||||
runtime.visualReport(currentBlockId, resolvedValue);
|
||||
}
|
||||
|
||||
if (thread.updateMonitor) {
|
||||
runtime.updateMonitors([{
|
||||
runtime.updateMonitor({
|
||||
id: currentBlockId,
|
||||
value: String(resolvedValue)
|
||||
}]);
|
||||
});
|
||||
}
|
||||
}
|
||||
// Finished any yields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue