Skip to content

Commit

Permalink
Enable back Scala.JS linking on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Mar 17, 2022
1 parent d1a75e2 commit c696f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object TestUtil {
)
// format: on

lazy val canRunJs = !isNativeCli || !Properties.isWin
lazy val canRunJs = true

def fromPath(app: String): Option[String] = {

Expand Down

0 comments on commit c696f4b

Please sign in to comment.