Skip to content

Commit

Permalink
fix issue#229 (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: lost22git <lost22git>
  • Loading branch information
lost22git authored Jan 27, 2024
1 parent e256687 commit 27ee834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimib/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ proc getNimibVersion*(): string =
if dir.splitPath().tail == "src":
dir = dir.parentDir()

let dumpedJson = execProcess("nimble dump --json", dir)
let dumpedJson = execProcess("nimble dump --silent --json", dir)

result = parseJson(dumpedJson)["version"].getStr()

Expand Down

0 comments on commit 27ee834

Please sign in to comment.