mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user