Commit a6f5d3f1 authored by John E. Vincent's avatar John E. Vincent

show which gems are missing in watcher agent init

parent c8153fcf
......@@ -14,7 +14,8 @@ begin
require 'noah'
require 'noah/agent'
require 'json'
rescue LoadError
rescue LoadError => e
puts e.message
puts HELP
exit
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment