app: fix error_reporting not being used

This commit is contained in:
Schrottkatze 2024-04-28 13:22:04 +02:00
parent 4df0118aa4
commit 8a541546d9
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
5 changed files with 26 additions and 7 deletions

4
testfiles/config.json Normal file
View file

@ -0,0 +1,4 @@
{
"example_value": "42",
"no_startup_message": true
}

4
testfiles/config.ron Normal file
View file

@ -0,0 +1,4 @@
(
example_value: 42
no_startup_message: false,
)

View file

@ -1 +1,4 @@
42
generator | {
foo,
bar
} |