Fix exception message

This commit is contained in:
nelle 2024-02-16 16:14:02 -07:00
parent 8ef7380988
commit acb496b7fa

View file

@ -37,7 +37,7 @@ val backendType =
OS.LINUX -> TApplication.BackendType.SWING
OS.MAC -> TApplication.BackendType.SWING
OS.SOLARIS -> TApplication.BackendType.SWING
else -> throw Exception("Improper Backend set! Please use `SWING, XTERM, ECMA48`!")
else -> throw Exception("Operating System could not be detected!")
}
// Create Jexer Application