From d8dc99e2d4ecfbdddf9fa2e1bb68be550dc0a319 Mon Sep 17 00:00:00 2001 From: Guilherme Silveira Date: Tue, 26 Apr 2022 07:17:47 -0300 Subject: [PATCH] returns whether a file was opened Fixes #477 when a file is opened through the command line. --- app/src/processing/app/Base.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index bb1b37bc2..fbb10766f 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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",