Fix exception message
This commit is contained in:
parent
8ef7380988
commit
acb496b7fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue