mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
safely returning null only when there is an exception
This commit is contained in:
@@ -1630,8 +1630,8 @@ public class Base {
|
||||
} catch (IOException e) {
|
||||
Messages.showWarning("sketch.properties",
|
||||
"Error while reading sketch.properties from\n" + parentFolder, e);
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user