File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
js-envs/src/main/scala/org/scalajs/jsenv
nodejs-env/src/main/scala/org/scalajs/jsenv/nodejs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ final class RunConfig private (
119119 }
120120}
121121
122- final object RunConfig {
122+ object RunConfig {
123123 type OnOutputStream = (Option [InputStream ], Option [InputStream ]) => Unit
124124 def apply (): RunConfig = new RunConfig ()
125125
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ object ComRun {
235235 jvm2js : DataOutputStream ,
236236 js2jvm : DataInputStream ) extends State
237237
238- private final case object Closing extends State
238+ private case object Closing extends State
239239
240240 private def writeMsg (s : DataOutputStream , msg : String ): Unit = {
241241 s.writeInt(msg.length)
You can’t perform that action at this time.
0 commit comments