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 843ef23 commit 14b64afCopy full SHA for 14b64af
lib/src/config/environment_config.dart
@@ -64,9 +64,7 @@ abstract final class EnvironmentConfig {
64
final value = _env[key];
65
if (value == null || value.isEmpty) {
66
_log.severe('$key not found in environment variables.');
67
- throw StateError(
68
- 'FATAL: $key environment variable is not set.',
69
- );
+ throw StateError('FATAL: $key environment variable is not set.');
70
}
71
return value;
72
0 commit comments