[Groonga-commit] droonga/express-droonga at 530c5a6 [master] Fix typo: remove needless comma

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 29 12:43:21 JST 2015


YUKI Hiroshi	2015-04-29 12:43:21 +0900 (Wed, 29 Apr 2015)

  New Revision: 530c5a6793799284fdada5089bbd1897f3e89569
  https://github.com/droonga/express-droonga/commit/530c5a6793799284fdada5089bbd1897f3e89569

  Message:
    Fix typo: remove needless comma

  Modified files:
    lib/droonga-protocol/connection.js

  Modified: lib/droonga-protocol/connection.js (+1 -1)
===================================================================
--- lib/droonga-protocol/connection.js    2015-04-29 12:42:04 +0900 (7b60f2c)
+++ lib/droonga-protocol/connection.js    2015-04-29 12:43:21 +0900 (f001fa8)
@@ -14,7 +14,7 @@ var Q = require('q');
 var microtime = require('microtime');
 
 var FluentReceiver = require('./receiver').FluentReceiver;
-var ConsoleLogger = require('../console-logger').ConsoleLogger;,
+var ConsoleLogger = require('../console-logger').ConsoleLogger;
 var NodeRole      = require('../node-role');
 
 var DEFAULT_FLUENT_TAG =
-------------- next part --------------
HTML����������������������������...
다운로드 



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