emacroh5lib 1.0.87 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,6 +214,7 @@ class TaskScheduler {
214
214
  task.state = STATE.Error
215
215
  task.onError && task.onError()
216
216
  task.clearTimer()
217
+ task.stop()
217
218
  console.error("task scheduling exception", task);
218
219
  })
219
220
  }
@@ -13,6 +13,7 @@
13
13
  top: 0;
14
14
  left: 0;
15
15
  background-color: red;
16
+
16
17
  }
17
18
 
18
19
  .list {