- Added support for setting the terminal foreground color.
- Some improvements to error handling.
This commit is contained in:
@@ -20,6 +20,6 @@ class TerminalTest extends Specification {
|
||||
|
||||
then:
|
||||
NativeException e = thrown()
|
||||
e.message.startsWith('Could not open terminal. Errno is ')
|
||||
e.message == 'Could not open terminal: not a terminal'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user