mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
Fix categories.nim
This commit is contained in:
@@ -251,7 +251,7 @@ proc getPackageDir(package: string): string =
|
||||
if commandOutput.exitCode != quitSuccess:
|
||||
return ""
|
||||
else:
|
||||
result = commandOutput[0]
|
||||
result = commandOutput[0].string
|
||||
|
||||
iterator listPackages(filter: PackageFilter): tuple[name, url: string] =
|
||||
let packageList = parseFile(packageIndex)
|
||||
|
||||
Reference in New Issue
Block a user