mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-19 20:13:44 +00:00
Compare commits
16 Commits
1f277a34bf
...
4b4f22d9d5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4b4f22d9d5 | ||
![]() |
d655614c69 | ||
![]() |
cd30a37384 | ||
![]() |
c13e155709 | ||
![]() |
90de98bbfc | ||
![]() |
4613313498 | ||
![]() |
e493440b3c | ||
![]() |
b9304f18dc | ||
![]() |
e215a57abd | ||
![]() |
e7df2f2110 | ||
![]() |
5fc1ebc91e | ||
![]() |
2a893e5b5d | ||
![]() |
8ec7a3b5fc | ||
![]() |
02bb9338e1 | ||
![]() |
307ad6d118 | ||
![]() |
6ebe56fb11 |
5
nvm.sh
5
nvm.sh
@ -1925,6 +1925,11 @@ 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]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user