lib/invoker/parsers/option_parser.rb in invoker-1.0.1 vs lib/invoker/parsers/option_parser.rb in invoker-1.0.2
- old
+ new
@@ -94,10 +94,10 @@
def self.create_default_command(args, opts)
if args.first && File.exists?(args.first) && File.file?(args.first)
port = opts.to_hash[:port] || 9000
OpenStruct.new(:command => "start", :file => args.first, :port => port)
else
- Invoker::Logger.puts opts.inspect
+ Invoker::Logger.puts opts
false
end
end
end