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 (
119
119
}
120
120
}
121
121
122
- final object RunConfig {
122
+ object RunConfig {
123
123
type OnOutputStream = (Option [InputStream ], Option [InputStream ]) => Unit
124
124
def apply (): RunConfig = new RunConfig ()
125
125
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ object ComRun {
235
235
jvm2js : DataOutputStream ,
236
236
js2jvm : DataInputStream ) extends State
237
237
238
- private final case object Closing extends State
238
+ private case object Closing extends State
239
239
240
240
private def writeMsg (s : DataOutputStream , msg : String ): Unit = {
241
241
s.writeInt(msg.length)
You can’t perform that action at this time.
0 commit comments