File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/scala/jsenv/playwright Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TLDR -> `npx playwright install-deps`
1010Add the following line to your ` project/plugins.sbt `
1111``` scala
1212// For Scala.js 1.x
13- libraryDependencies += " io.github.thijsbroersen" %% " scala-js-env-playwright" % " 0.1.21 "
13+ libraryDependencies += " io.github.thijsbroersen" %% " scala-js-env-playwright" % " 0.2.2 "
1414```
1515Add the following line to your ` build.sbt `
1616``` scala
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ class PWEnv(
4747 CEUtils .setupLogger(showLogs, debug)
4848
4949 override def start (input : Seq [Input ], runConfig : RunConfig ): JSRun = {
50- println(s " input is : ${input.toList.map(_.toString).mkString(" \n " )}" )
5150 try {
5251 val newRunConfig = runConfig.withEnv(runConfig.env ++ runConfigEnv)
5352 validator.validate(newRunConfig)
You can’t perform that action at this time.
0 commit comments