mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Align expressions better (#19256)
This commit is contained in:
parent
fbf9044867
commit
2e215fdfe4
@ -131,12 +131,12 @@ Future<Map<String, double>> _readJsonResults(Process process) {
|
||||
// https://github.com/flutter/flutter/issues/19096#issuecomment-402756549
|
||||
if (resultsHaveBeenParsed) {
|
||||
throw 'Additional JSON was received after results has already been '
|
||||
'processed. This suggests the `flutter run` process may have lived '
|
||||
'past the end of our test and collected additional output from the '
|
||||
'next test.\n\n'
|
||||
'The JSON below contains all collected output, including both from '
|
||||
'the original test and what followed.\n\n'
|
||||
'$jsonOutput';
|
||||
'processed. This suggests the `flutter run` process may have lived '
|
||||
'past the end of our test and collected additional output from the '
|
||||
'next test.\n\n'
|
||||
'The JSON below contains all collected output, including both from '
|
||||
'the original test and what followed.\n\n'
|
||||
'$jsonOutput';
|
||||
}
|
||||
|
||||
jsonStarted = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user