feat(shell/lean.cpp): use trust_lvl=10000, flycheck for EMSCRIPTEN
This commit is contained in:
parent
2f62a5e887
commit
ec43ad51ca
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ private:
|
|||
set_io_state set2;
|
||||
|
||||
public:
|
||||
emscripten_shell() : trust_lvl(0), num_threads(1), opts(),
|
||||
emscripten_shell() : trust_lvl(10000), num_threads(1), opts("flycheck", true),
|
||||
env(mk_environment(trust_lvl)), ios(opts, lean::mk_pretty_formatter_factory()),
|
||||
S(lean::get_thread_script_state()), set1(S, env), set2(S, ios) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue