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 b227df3 commit 18c7f8aCopy full SHA for 18c7f8a
packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
@@ -283,7 +283,7 @@ class FlutterCommandRunner extends CommandRunner<void> {
283
return;
284
}
285
if (machineFlag && topLevelResults.command?.name != 'analyze') {
286
- throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analzye --suggestions" command.', exitCode: 2);
+ throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analyze --suggestions" command.', exitCode: 2);
287
288
await super.runCommand(topLevelResults);
289
},
0 commit comments