Skip to content

Commit 871dbd9

Browse files
authored
Clean up command log (#8341)
Forgot to put a space
1 parent 5631957 commit 871dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter-idea/src/io/flutter/sdk/FlutterCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,6 @@ enum Type {
301301
}
302302

303303
final Path path = Path.of(commandLine.getExePath());
304-
return path.getFileName() + commandLine.getParametersList().toString();
304+
return path.getFileName() + " " + commandLine.getParametersList();
305305
}
306306
}

0 commit comments

Comments
 (0)