mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-19 20:13:44 +00:00
Compare commits
17 Commits
450f05bf0f
...
32dc1e4b3f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
32dc1e4b3f | ||
![]() |
3dd8beb6ea | ||
![]() |
c6bb417804 | ||
![]() |
ae8b033db9 | ||
![]() |
dbf7c3ed3c | ||
![]() |
b145f236a8 | ||
![]() |
794881332d | ||
![]() |
5cffcaf8f2 | ||
![]() |
1f1ea6f88c | ||
![]() |
1fbd8ca3dd | ||
![]() |
ea56ffda30 | ||
![]() |
c6492fd8ad | ||
![]() |
76c41c68b4 | ||
![]() |
b3148ae5c0 | ||
![]() |
cc2222cb1b | ||
![]() |
646d694379 | ||
![]() |
cedbb16256 |
9
nvm.sh
9
nvm.sh
@ -1925,15 +1925,14 @@ BEGIN {
|
|||||||
output[m++] = formatted;
|
output[m++] = formatted;
|
||||||
}
|
}
|
||||||
|
|
||||||
skipped = rows - m + 1
|
|
||||||
if (skipped > 0) {
|
|
||||||
printf("[WARN] %d version(s) skipped.\n", skipped) > "/dev/stderr"
|
|
||||||
}
|
|
||||||
|
|
||||||
for (n = 1; n < m; n++) {
|
for (n = 1; n < m; n++) {
|
||||||
print output[n]
|
print output[n]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (rows > --m) {
|
||||||
|
printf("[INFO] showing %d (of %d) versions.\n", m, rows) > "/dev/stderr"
|
||||||
|
}
|
||||||
|
|
||||||
exit
|
exit
|
||||||
}'
|
}'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user