Navigation Menu

Skip to content

Commit

Permalink
droonga-engine: return true for success exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 21, 2014
1 parent 8a6b99b commit c60caf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/engine/command/droonga_engine.rb
Expand Up @@ -55,6 +55,8 @@ def run(command_line_arguments)
raw_loop.run
end
end

true
end

private
Expand Down

0 comments on commit c60caf1

Please sign in to comment.