mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
licensing and tabs
This commit is contained in:
@@ -87,8 +87,7 @@ public class PdeCompilerKjc extends PdeCompiler {
|
||||
|
||||
} else {
|
||||
//System.err.println("don't understand: " + s);
|
||||
exception = new PdeException("Error while compiling, " +
|
||||
"please send code to bugs@proce55ing.net");
|
||||
exception = new PdeException(SUPER_BADNESS);
|
||||
editor.error(exception);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user