fix: typo in run_new_frontend signature (#4685)

Fixes a mixed up between the parameter and global variable for
`json_output` the occurred during some name juggling in #3939.
This commit is contained in:
Mac Malone 2024-09-25 01:42:48 -04:00 committed by GitHub
parent 974cc3306c
commit 57679eeff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -362,7 +362,7 @@ pair_ref<environment, object_ref> run_new_frontend(
name const & main_module_name,
uint32_t trust_level,
optional<std::string> const & ilean_file_name,
uint8_t json
uint8_t json_output
) {
object * oilean_file_name = mk_option_none();
if (ilean_file_name) {