chore: update stage0
This commit is contained in:
parent
4f78142ed6
commit
94ea1dc705
1 changed files with 4 additions and 0 deletions
4
stage0/src/shell/lean.cpp
generated
4
stage0/src/shell/lean.cpp
generated
|
|
@ -628,6 +628,10 @@ int main(int argc, char ** argv) {
|
|||
contents.erase(0, end_line_pos);
|
||||
}
|
||||
|
||||
// Temporary HACK until we add support for `--deps` using the new frontend
|
||||
if (only_deps)
|
||||
new_frontend = false;
|
||||
|
||||
bool ok = true;
|
||||
if (new_frontend) {
|
||||
pair_ref<environment, messages> r = run_new_frontend(env, contents, opts, mod_fn);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue