Skip to content

Commit

Permalink
fix: fixing empty execution with no project configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Sep 13, 2024
1 parent 4f60f95 commit 808c794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Object execute(ExecutionEvent event) throws ExecutionException

if (!isEspLaunchConfig && !isEspDebugConfig)
{
return Status.OK_STATUS;
return super.execute(event);
}

ILaunchMode launchMode = launchBarManager.getActiveLaunchMode();
Expand Down

0 comments on commit 808c794

Please sign in to comment.