We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5631957 commit 871dbd9Copy full SHA for 871dbd9
flutter-idea/src/io/flutter/sdk/FlutterCommand.java
@@ -301,6 +301,6 @@ enum Type {
301
}
302
303
final Path path = Path.of(commandLine.getExePath());
304
- return path.getFileName() + commandLine.getParametersList().toString();
+ return path.getFileName() + " " + commandLine.getParametersList();
305
306
0 commit comments