We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d57afef + ff352da commit 25002daCopy full SHA for 25002da
core/src/main/scala/org/scalajs/macrotaskexecutor/MacrotaskExecutor.scala
@@ -26,7 +26,7 @@ import scala.util.control.NonFatal
26
* Based on https://github.com/YuzuJS/setImmediate
27
*/
28
object MacrotaskExecutor extends ExecutionContextExecutor {
29
- private[this] val Undefined = "undefined"
+ private[this] final val Undefined = "undefined"
30
31
def execute(runnable: Runnable): Unit =
32
setImmediate(() => runnable.run())
0 commit comments