This commit is contained in:
parent
f92fb32ba3
commit
7cb6f7cbb9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ type section = {
|
||||||
}
|
}
|
||||||
|
|
||||||
let fail_with msg =
|
let fail_with msg =
|
||||||
Fmt.epr "Failed to parse configuration: %s." msg;
|
Fmt.epr "Failed to parse configuration: %s.@." msg;
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
let is_eol = function '\n' | '\r' -> true | _ -> false
|
let is_eol = function '\n' | '\r' -> true | _ -> false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue