Merge pull request #479 from guilhermesilveira/master

This commit is contained in:
Ben Fry
2022-04-26 20:15:15 -04:00
committed by GitHub

View File

@@ -1625,13 +1625,13 @@ public class Base {
nextMode = mode;
}
*/
handleOpenInternal(pdeFile.getAbsolutePath(), false);
return handleOpenInternal(pdeFile.getAbsolutePath(), false);
} catch (IOException e) {
Messages.showWarning("sketch.properties",
"Error while reading sketch.properties from\n" + parentFolder, e);
return null;
}
return null;
}