Skip to content

Commit

Permalink
Version 3.6.0-84.0.dev
Browse files Browse the repository at this point in the history
Merge 1d9700e into dev
  • Loading branch information
Dart CI committed Jul 26, 2024
2 parents 3fcce71 + 1d9700e commit da2dbd8
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ class EditBulkFixes extends LegacyHandler {
'', result.builder!.sourceChange.edits, processor.fixDetails));
}
} else {
var result = await processor.fixPubspec(collection.contexts);
sendResult(EditBulkFixesResult('', result.edits, result.details));
var (:edits, :details) =
await processor.fixPubspec(collection.contexts);
sendResult(EditBulkFixesResult('', edits, details));
}
} catch (exception, stackTrace) {
// TODO(brianwilkerson): Move exception handling outside [handle].
Expand Down
Loading

0 comments on commit da2dbd8

Please sign in to comment.