mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
Indent broken links.
This commit is contained in:
parent
ad997de556
commit
480e66d539
@ -84,7 +84,7 @@ function checklinks(url)
|
||||
for i = 1, getn(links) do
|
||||
write(_STDERR, "\t", links[i], "\n")
|
||||
local err = getstatus(links[i])
|
||||
if err then write(links[i], ": ", err, "\n") end
|
||||
if err then write('\t', links[i], ": ", err, "\n") end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user