[Groonga-commit] droonga/express-droonga at 7fc1124 [master] Bind to this correctly

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Wed Apr 29 15:48:11 JST 2015


YUKI Hiroshi	2015-04-29 15:48:11 +0900 (Wed, 29 Apr 2015)

  New Revision: 7fc11245a5cd4468bc230eeabfa8532312fe0d04
  https://github.com/droonga/express-droonga/commit/7fc11245a5cd4468bc230eeabfa8532312fe0d04

  Message:
    Bind to this correctly

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

  Modified: lib/droonga-protocol/connection-pool.js (+2 -2)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2015-04-29 15:39:09 +0900 (e2400f9)
+++ lib/droonga-protocol/connection-pool.js    2015-04-29 15:48:11 +0900 (47d57c4)
@@ -228,11 +228,11 @@ ConnectionPool.prototype = {
                    this.updating = false;
                    return hostNames;
                  }).bind(this))
-                 .catch(function(error) {
+                 .catch((function(error) {
                    this._logger.error(LOG_PREFIX + 'Failed to initialize the list of droonga-engine hosts from the cluster.',
                                       error);
                    this.updating = false;
-                 });
+                 }).bind(this));
   },
 
   startWatchClusterChanges: function() {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る