Update DefaultLauncher.java

This commit is contained in:
Tungstend 2024-01-07 22:20:38 +08:00
parent 2c22ded3b9
commit 647d807fe3
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ public class DefaultLauncher extends Launcher {
public FCLBridge launch() throws IOException, InterruptedException { public FCLBridge launch() throws IOException, InterruptedException {
final CommandBuilder command = generateCommandLine(); final CommandBuilder command = generateCommandLine();
// To guarantee that when failed to generate launch command line, we will not call pre-launch command
List<String> rawCommandLine = command.asList(); List<String> rawCommandLine = command.asList();
if (rawCommandLine.stream().anyMatch(StringUtils::isBlank)) { if (rawCommandLine.stream().anyMatch(StringUtils::isBlank)) {