Skip to content

Commit

Permalink
fix: typo in run_new_frontend signature (#4685)
Browse files Browse the repository at this point in the history
Fixes a mixed up between the parameter and global variable for
`json_output` the occurred during some name juggling in #3939.
  • Loading branch information
tydeu authored Sep 25, 2024
1 parent 974cc33 commit 57679ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 57679ee

Please sign in to comment.