mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Restore the trace parameter functionality in the web interpreter
This commit is contained in:
parent
e28587c3ed
commit
5d36af01e3
@ -19,7 +19,7 @@ let _ =
|
||||
backend = "Interpret";
|
||||
language = Some (Js.to_string language);
|
||||
max_prec_digits = None;
|
||||
trace = false;
|
||||
trace;
|
||||
disable_counterexamples = false;
|
||||
optimize = false;
|
||||
ex_scope = Some (Js.to_string scope);
|
||||
|
Loading…
Reference in New Issue
Block a user