Navigation Menu

Skip to content

Commit

Permalink
Output error message in the result
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2014
1 parent 6be1051 commit 5a7027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/column_list.rb
Expand Up @@ -43,7 +43,7 @@ def process_request(request)
message = "table doesn't exist: <#{table_name.to_s}>"
raise CommandError.new(:status => Status::INVALID_ARGUMENT,
:message => message,
:result => false)
:result => message)
end

columns = list_columns(table_name)
Expand Down

0 comments on commit 5a7027c

Please sign in to comment.