We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b302a commit 4d7dc9fCopy full SHA for 4d7dc9f
test/fixtures/dart_reference/lib/main.dart
@@ -670,9 +670,7 @@ void main(List<String> args) async {
670
// HTTPS onRequest that crashes with sensitive data in the exception.
671
// Used by E2E tests to verify errors are logged but NOT leaked to clients.
672
firebase.https.onRequest(name: 'crashWithSecret', (request) async {
673
- throw StateError(
674
- 'Unexpected failure — sensitive data: SECRET_DATA',
675
- );
+ throw StateError('Unexpected failure — sensitive data: SECRET_DATA');
676
});
677
678
// HTTPS onRequest that crashes from an unexpected runtime error.
0 commit comments