release 1.0.2b

This commit is contained in:
Manindra Moharana
2013-10-21 12:50:54 +05:30
parent 315952bef6
commit 5d245faddd
4 changed files with 11 additions and 5 deletions

View File

@@ -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.");
}