mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
fixing some issues with saving files
This commit is contained in:
@@ -73,9 +73,9 @@ public class PdeCode {
|
||||
//history.record(s, PdeHistory.SAVE);
|
||||
|
||||
try {
|
||||
System.out.println("saving to " + file);
|
||||
System.out.println("stuff to save: " + program);
|
||||
System.out.println("-------");
|
||||
//System.out.println("saving to " + file);
|
||||
//System.out.println("stuff to save: " + program);
|
||||
//System.out.println("-------");
|
||||
PdeBase.saveFile(program, file);
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user