Updated configuration
This commit is contained in:
parent
4466926d31
commit
f0255b3cd6
1 changed files with 1 additions and 3 deletions
|
@ -135,9 +135,7 @@ AngelConfigurer configuration(FileSystem fileSystem,
|
|||
directoryPath: directoryPath,
|
||||
overrideEnvironmentName: overrideEnvironmentName,
|
||||
envPath: envPath,
|
||||
onWarning: app.logger == null
|
||||
? null
|
||||
: (msg) => app.logger?.warning('WARNING: $msg'),
|
||||
onWarning: (msg) => app.logger.warning('WARNING: $msg'),
|
||||
);
|
||||
app.configuration.addAll(mergeMap(
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue