Add some more debugging information when a plugin can't find a gem
This commit is contained in:
parent
468a8fcd20
commit
582ae9ab8d
|
@ -21,6 +21,7 @@ module PluginGem
|
|||
end
|
||||
else
|
||||
puts "You are specifying the gem #{name} in #{path}, however it does not exist!"
|
||||
puts "Looked for: #{spec_file}"
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue