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 130944e commit 1ca183dCopy full SHA for 1ca183d
packages/flutter/lib/src/foundation/assertions.dart
@@ -1009,7 +1009,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
1009
isInDebugMode = true;
1010
return true;
1011
}());
1012
- final bool reportError = isInDebugMode || !details.silent; // could be null
+ final bool reportError = isInDebugMode || !details.silent;
1013
if (!reportError && !forceReport) {
1014
return;
1015
}
0 commit comments