[Groonga-commit] droonga/express-droonga at 88568a1 [master] Remove needless operation after error

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Fri Oct 17 12:57:49 JST 2014


YUKI Hiroshi	2014-10-17 12:57:49 +0900 (Fri, 17 Oct 2014)

  New Revision: 88568a14a725e0eff5fe3e9d45f0bc0c1a877150
  https://github.com/droonga/express-droonga/commit/88568a14a725e0eff5fe3e9d45f0bc0c1a877150

  Message:
    Remove needless operation after error

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+0 -1)
===================================================================
--- test/test-utils.js    2014-10-17 12:57:33 +0900 (339c005)
+++ test/test-utils.js    2014-10-17 12:57:49 +0900 (1183f88)
@@ -158,7 +158,6 @@ function createClient() {
     deferred.call(client);
   });
   socket.on('error', function(error) {
-    client.socket = socket;
     deferred.fail(new Error(JSON.stringify(error)));
   });
   return deferred;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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