complete documentation

This commit is contained in:
2020-06-12 14:34:45 +02:00
parent bc960f632e
commit 089519844f
4 changed files with 37 additions and 19 deletions

View File

@ -25,8 +25,7 @@ export abstract class BaseOption<T> {
));
}
if (sources.env !== false)
this.sources.push (new EnvSource (config.error_callback));
this.sources.push (new EnvSource (config.error_callback));
if (sources.console !== false)
this.sources.push (new ArgSource (config.error_callback));