mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
Add some more debugging information when a plugin can't find a gem
This commit is contained in:
@ -21,6 +21,7 @@ module PluginGem
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
puts "You are specifying the gem #{name} in #{path}, however it does not exist!"
|
puts "You are specifying the gem #{name} in #{path}, however it does not exist!"
|
||||||
|
puts "Looked for: #{spec_file}"
|
||||||
exit(-1)
|
exit(-1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user