[Groonga-commit] droonga/express-droonga at fea2d4f [master] Load required module "crypto" correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 17 12:45:47 JST 2013


YUKI Hiroshi	2013-10-17 12:45:47 +0900 (Thu, 17 Oct 2013)

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

  Message:
    Load required module "crypto" correctly

  Modified files:
    lib/adapter/api/socket.io.js
    lib/adapter/command.js

  Modified: lib/adapter/api/socket.io.js (+0 -1)
===================================================================
--- lib/adapter/api/socket.io.js    2013-10-17 12:38:52 +0900 (62b3f3f)
+++ lib/adapter/api/socket.io.js    2013-10-17 12:45:47 +0900 (1e3fcc0)
@@ -1,5 +1,4 @@
 var command = require('../command');
-var crypto = require('crypto');
 
 module.exports = {
 //  'status': {},

  Modified: lib/adapter/command.js (+1 -0)
===================================================================
--- lib/adapter/command.js    2013-10-17 12:38:52 +0900 (f75e9bb)
+++ lib/adapter/command.js    2013-10-17 12:45:47 +0900 (028d57c)
@@ -1,4 +1,5 @@
 var util = require('util');
+var crypto = require('crypto');
 
 function Command(options) {
   this._options = options || {};
-------------- next part --------------
HTML����������������������������...
Download 



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