returns whether a file was opened

Fixes #477 when a file is opened through the command line.
This commit is contained in:
Guilherme Silveira
2022-04-26 07:17:47 -03:00
parent e9299d0a5a
commit d8dc99e2d4

View File

@@ -1625,7 +1625,7 @@ public class Base {
nextMode = mode;
}
*/
handleOpenInternal(pdeFile.getAbsolutePath(), false);
return handleOpenInternal(pdeFile.getAbsolutePath(), false);
} catch (IOException e) {
Messages.showWarning("sketch.properties",