/jEdit/tags/jedit-4-2-pre4/bsh/commands/error.bsh
# · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 28ce439f8a866cb717ee553b9a010355 MD5 · raw file
- /**
- Print the item as an error.
- In the GUI console the text will show up in (something like) red,
- else it will be printed to standard error.
- */
- void error( item ) {
- this.interpreter.error( String.valueOf(item) );
- }