mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixed windows dist.sh, also tweaks for a few message i/o bugs
This commit is contained in:
@@ -179,9 +179,6 @@ public class PdeEditorConsole extends JScrollPane {
|
||||
}
|
||||
*/
|
||||
|
||||
// to console display
|
||||
appendText(what, err);
|
||||
|
||||
if (err) {
|
||||
systemErr.print(what);
|
||||
} else {
|
||||
@@ -196,10 +193,14 @@ public class PdeEditorConsole extends JScrollPane {
|
||||
systemOut.println();
|
||||
}
|
||||
}
|
||||
|
||||
// to console display
|
||||
appendText(what, err);
|
||||
// moved down here since something is punting
|
||||
}
|
||||
|
||||
|
||||
private void appendText(String text, boolean err) {
|
||||
synchronized private void appendText(String text, boolean err) {
|
||||
//if (true) return;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user