hotfix: make nimble compile with latest compiler version
This commit is contained in:
parent
736ed97974
commit
26755c0183
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ proc listPaths(options: Options) =
|
||||||
MediumPriority)
|
MediumPriority)
|
||||||
|
|
||||||
if installed.len > 0:
|
if installed.len > 0:
|
||||||
sort(installed, system.cmp[VersionAndPath], Descending)
|
sort(installed, cmp[VersionAndPath], Descending)
|
||||||
# The output for this command is used by tools so we do not use display().
|
# The output for this command is used by tools so we do not use display().
|
||||||
echo installed[0].path
|
echo installed[0].path
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue