mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
release 1.0.2b
This commit is contained in:
@@ -654,7 +654,12 @@ public class ErrorCheckerService implements Runnable{
|
||||
.println(e
|
||||
+ " compileCheck() problem. Somebody tried to mess with Experimental Mode files.");
|
||||
pauseThread();
|
||||
} catch(OutOfMemoryError e) {
|
||||
System.err.println("Processing has used up its maximum alloted memory. Please close some Processing " +
|
||||
" windows and then reopen this sketch.");
|
||||
pauseThread();
|
||||
}
|
||||
|
||||
// log("Compilecheck, Done.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user