Update some comments

This commit is contained in:
DD Liu 2017-05-11 15:23:11 -04:00
parent 7841d44ccf
commit 6b774c58f5
3 changed files with 33 additions and 21 deletions
src/engine

View file

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