Skip to content

Commit d0666b2

Browse files
committed
-add new line
1 parent 7b5527a commit d0666b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/processing/app/Sketch.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,8 @@ public void run() {
985985
*/
986986
protected void updateInternal(String sketchName, File sketchFolder) {
987987
// reset all the state information for the sketch object
988-
String oldPath = getMainFilePath(); primaryFile = code[0].getFile();
988+
String oldPath = getMainFilePath();
989+
primaryFile = code[0].getFile();
989990
// String newPath = getMainFilePath();
990991
// editor.base.renameRecent(oldPath, newPath);
991992

0 commit comments

Comments
 (0)