Skip to content

Commit

Permalink
don't print errer
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jan 5, 2018
1 parent b9b8dd2 commit 0f6941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/luarocks/deps.lua
Expand Up @@ -132,7 +132,7 @@ function parse_version(vstring)
-- extract a word
token, rest = vstring:match("^(%a+)[%.%-%_]*(.*)")
if not token then
util.printerr("Warning: version number '"..vstring.."' could not be parsed.")
-- util.printerr("Warning: version number '"..vstring.."' could not be parsed.")
version[i] = 0
break
end
Expand Down

0 comments on commit 0f6941e

Please sign in to comment.