Update line/charactercount

This commit is contained in:
PentagonLP 2021-06-01 18:52:01 +02:00
parent e9c87ba86a
commit bfb7f2cd86

3
ccpt
View File

@ -2,7 +2,7 @@
ComputerCraft Package Tool ComputerCraft Package Tool
Author: PentagonLP Author: PentagonLP
Version: 1.0 Version: 1.0
Lines of Code: 1.000; Characters: 30.485 Lines of Code: 1.000; Characters: 30.508
]] ]]
-- Load properprint library -- Load properprint library
@ -187,7 +187,6 @@ function checkforupdates(installedpackages,reducedprint)
packageswithupdates[#packageswithupdates+1] = k packageswithupdates[#packageswithupdates+1] = k
end end
end end
-- Print result -- Print result
if #packageswithupdates==0 then if #packageswithupdates==0 then
bprint("All installed packages are up to date!",reducedprint) bprint("All installed packages are up to date!",reducedprint)