[Groonga-commit] droonga/drnbench at 16b2362 [master] Convert pathname of application.js to string

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 17:25:07 JST 2014


YUKI Hiroshi	2014-01-20 17:25:07 +0900 (Mon, 20 Jan 2014)

  New Revision: 16b2362ce6671c2c528765d25437df71babc5a45
  https://github.com/droonga/drnbench/commit/16b2362ce6671c2c528765d25437df71babc5a45

  Message:
    Convert pathname of application.js to string

  Modified files:
    lib/drnbench/server/protocol-adapter.rb

  Modified: lib/drnbench/server/protocol-adapter.rb (+1 -1)
===================================================================
--- lib/drnbench/server/protocol-adapter.rb    2014-01-20 17:24:14 +0900 (f599463)
+++ lib/drnbench/server/protocol-adapter.rb    2014-01-20 17:25:07 +0900 (2814cd6)
@@ -33,7 +33,7 @@ module Drnbench
     def setup
       command = [
         @node,
-        application_file,
+        application_file.to_s,
         *@node_options,
       ]
       env = {
-------------- next part --------------
HTML����������������������������...
下載 



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