[Groonga-commit] groonga/express-kotoumi [master] Load sub modules with relative path

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 16 16:55:56 JST 2013


YUKI Hiroshi	2013-01-16 16:55:56 +0900 (Wed, 16 Jan 2013)

  New Revision: a80387043b8c06b43806323c0440b6d97036d0d1
  https://github.com/groonga/express-kotoumi/commit/a80387043b8c06b43806323c0440b6d97036d0d1

  Log:
    Load sub modules with relative path

  Modified files:
    lib/builders/index.js

  Modified: lib/builders/index.js (+2 -2)
===================================================================
--- lib/builders/index.js    2013-01-16 16:55:16 +0900 (b4550e9)
+++ lib/builders/index.js    2013-01-16 16:55:56 +0900 (5b0a83c)
@@ -1,2 +1,2 @@
-exports.requestInREST = require('rest-request');
-exports.response = require('response');
+exports.requestInREST = require('./rest-request');
+exports.response = require('./response');
-------------- next part --------------
HTML����������������������������...
Télécharger 



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