We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4884ef + b42181f commit 549d775Copy full SHA for 549d775
app/src/processing/app/Base.java
@@ -1214,6 +1214,7 @@ public String getDescription() {
1214
private Editor openSketchBundle(String path) {
1215
File zipFile = new File(path);
1216
try {
1217
+ untitledFolder.mkdirs();
1218
File destFolder = File.createTempFile("zip", "tmp", untitledFolder);
1219
if (!destFolder.delete() || !destFolder.mkdirs()) {
1220
// Hard to imagine why this would happen, but...
0 commit comments