fix: leanpkg print-paths with longer output
This commit is contained in:
parent
fb27537b8e
commit
8d10197164
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def buildImports (imports : List String) (leanArgs : List String) : IO Unit := d
|
|||
execMake oleans buildCfg
|
||||
else
|
||||
Build.buildModules buildCfg localImports
|
||||
IO.println <| Lean.toJson cfg.toLeanPaths
|
||||
IO.println <| Lean.Json.compress <| Lean.toJson cfg.toLeanPaths
|
||||
|
||||
def build (makeArgs leanArgs : List String) : IO Unit := do
|
||||
let cfg ← configure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue