mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
further working on clearing up compile errors
This commit is contained in:
@@ -697,7 +697,7 @@ public class PdeSketch {
|
||||
|
||||
boolean writeHtml = true;
|
||||
if (appletDir.exists()) {
|
||||
File htmlFile = new new File(appletDir, "index.html");
|
||||
File htmlFile = new File(appletDir, "index.html");
|
||||
if (htmlFile.exists() && !replaceHtml) {
|
||||
writeHtml = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user