Skip to content

Commit 27ee834

Browse files
authored
fix issue#229 (#230)
Co-authored-by: lost22git <lost22git>
1 parent e256687 commit 27ee834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nimib/config.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ proc getNimibVersion*(): string =
66
if dir.splitPath().tail == "src":
77
dir = dir.parentDir()
88

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

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

0 commit comments

Comments
 (0)