Commit 46a87d99 by Vladislav Lagunov

Удалена инструкция debugger

parent a7e42939
......@@ -35,7 +35,6 @@ export function validate<A>(config: ConfigSource, decoder: RecordDecoder<A>) {
export function merge<A>(decoder: RecordDecoder<A>, ...srcs: ConfigSource[]): object {
const source = srcs.length === 1 ? srcs[0] : concat(...srcs);
debugger;
if (source.tag === 'Cli') {
const output: Record<string, any> = {};
for (let i = 0; i < source.args.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment