Remove leftover instances of MONITORS_ADDED and MONITORS_REMOVED, change updateMonitor to requestUpdateMonitor, update some todos with tracking numbers.

This commit is contained in:
DD Liu 2017-05-15 10:12:25 -04:00
parent 7a1b3eccd0
commit 6ee1e6614c
4 changed files with 13 additions and 34 deletions
src/engine

View file

@ -97,7 +97,7 @@ const execute = function (sequencer, thread) {
runtime.visualReport(currentBlockId, resolvedValue);
}
if (thread.updateMonitor) {
runtime.updateMonitor({
runtime.requestUpdateMonitor({
id: currentBlockId,
value: String(resolvedValue)
});