unnecessary null check (#63083)
This commit is contained in:
parent
18ed041d18
commit
c54b15b6b2
@ -679,7 +679,7 @@ class FlutterErrorDetails with Diagnosticable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
properties.add(ErrorSpacer());
|
properties.add(ErrorSpacer());
|
||||||
properties.add(DiagnosticsStackTrace('When the exception was thrown, this was the stack', stack!, stackFilter: stackFilter));
|
properties.add(DiagnosticsStackTrace('When the exception was thrown, this was the stack', stack, stackFilter: stackFilter));
|
||||||
}
|
}
|
||||||
if (informationCollector != null) {
|
if (informationCollector != null) {
|
||||||
properties.add(ErrorSpacer());
|
properties.add(ErrorSpacer());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user