Skip to content

Commit

Permalink
js-web: Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marzipankaiser authored Jun 28, 2024
1 parent 89ba308 commit 1b240ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effekt/jvm/src/main/scala/effekt/Runner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ object JSWebRunner extends Runner[String] {

/**
* Creates an openable `.html` file besides the given `.js` file ([[path]])
* and then returns the absolute path of a shell script opening it.
* and then errors out, printing it's path.
*/
def build(path: String)(using C: Context): String =
import java.nio.file.Path
Expand Down

0 comments on commit 1b240ff

Please sign in to comment.