We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5527a commit d0666b2Copy full SHA for d0666b2
app/src/processing/app/Sketch.java
@@ -985,7 +985,8 @@ public void run() {
985
*/
986
protected void updateInternal(String sketchName, File sketchFolder) {
987
// reset all the state information for the sketch object
988
- String oldPath = getMainFilePath(); primaryFile = code[0].getFile();
+ String oldPath = getMainFilePath();
989
+ primaryFile = code[0].getFile();
990
// String newPath = getMainFilePath();
991
// editor.base.renameRecent(oldPath, newPath);
992
0 commit comments