Skip to content

Commit cef894e

Browse files
committed
Adjust builder for Dart 3
1 parent 5c028ef commit cef894e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/builder/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class OverReactBuilder extends Builder {
250250
// analyzer version in this builder.
251251
result.errors.forEach(log.warning);
252252

253-
return null;
253+
return result.unit;
254254
}
255255

256256
static const _ignoreForFileCodes = {

0 commit comments

Comments
 (0)