Skip to content

Commit

Permalink
Wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jan 6, 2025
1 parent d44c522 commit 6180c5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/native/src/main/scala/terminus/NativeTerminal.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ object NativeTerminal extends Terminal, WithEffect[Terminal] {
sys.error(
s"""Your platform, {LinktimeInfo.target.os}, is not currently supported by Terminus on Scala Native.
|
|You have two options:
|You can use a different backend, such as the JVM, which is likely to support your platform. You can
|also open an issue at
|
|1. You can use a different backend, such as the JVM, which is likely to support your platform.
| https://github.com/creativescala/terminus/issues
|
|2. You can open an issue at https://github.com/creativescala/terminus/issues to get support added for your platform.""".stripMargin
|to get support added for your platform.""".stripMargin
)

def run[A](f: Program[A]): A = {
Expand Down

0 comments on commit 6180c5a

Please sign in to comment.