app: fix error_reporting not being used
This commit is contained in:
parent
4df0118aa4
commit
8a541546d9
5 changed files with 26 additions and 7 deletions
4
testfiles/config.json
Normal file
4
testfiles/config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"example_value": "42",
|
||||
"no_startup_message": true
|
||||
}
|
4
testfiles/config.ron
Normal file
4
testfiles/config.ron
Normal file
|
@ -0,0 +1,4 @@
|
|||
(
|
||||
example_value: 42
|
||||
no_startup_message: false,
|
||||
)
|
|
@ -1 +1,4 @@
|
|||
42
|
||||
generator | {
|
||||
foo,
|
||||
bar
|
||||
} |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue