[Groonga-commit] groonga/groonga-query-log at f77c13a [master] Fix require paths

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 7 11:55:48 JST 2017


Kouhei Sutou	2017-12-07 11:55:48 +0900 (Thu, 07 Dec 2017)

  New Revision: f77c13a3d39738fdb2ff1f6143ba6bf95a028bf1
  https://github.com/groonga/groonga-query-log/commit/f77c13a3d39738fdb2ff1f6143ba6bf95a028bf1

  Message:
    Fix require paths

  Modified files:
    lib/groonga-query-log/command/analyzer.rb

  Modified: lib/groonga-query-log/command/analyzer.rb (+2 -1)
===================================================================
--- lib/groonga-query-log/command/analyzer.rb    2017-12-06 14:08:40 +0900 (e2010ea)
+++ lib/groonga-query-log/command/analyzer.rb    2017-12-07 11:55:48 +0900 (2a3cd04)
@@ -17,8 +17,9 @@
 
 require "optparse"
 require "json"
+
+require "groonga-query-log"
 require "groonga-query-log/command-line-utils"
-require "groonga-query-log/parser"
 require "groonga-query-log/command/analyzer/streamer"
 require "groonga-query-log/command/analyzer/sized-statistics"
 require "groonga-query-log/command/analyzer/reporter/console"
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171207/954fa145/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index