mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Update Base.java
This commit is contained in:
@@ -1214,6 +1214,7 @@ public class Base {
|
||||
private Editor openSketchBundle(String path) {
|
||||
File zipFile = new File(path);
|
||||
try {
|
||||
untitledFolder.mkdirs();
|
||||
File destFolder = File.createTempFile("zip", "tmp", untitledFolder);
|
||||
if (!destFolder.delete() || !destFolder.mkdirs()) {
|
||||
// Hard to imagine why this would happen, but...
|
||||
|
||||
Reference in New Issue
Block a user