[Groonga-commit] droonga/droonga-http-server at 4e2c2de [master] Use single quotation

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Thu Sep 25 02:29:30 JST 2014


SHIMODA "Piro" Hiroshi	2014-09-25 02:29:30 +0900 (Thu, 25 Sep 2014)

  New Revision: 4e2c2de70e905ddedacf5cd6970bdc27a2e5e5c8
  https://github.com/droonga/droonga-http-server/commit/4e2c2de70e905ddedacf5cd6970bdc27a2e5e5c8

  Message:
    Use single quotation

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+1 -1)
===================================================================
--- bin/droonga-http-server    2014-09-25 02:17:32 +0900 (37ba581)
+++ bin/droonga-http-server    2014-09-25 02:29:30 +0900 (6d8db75)
@@ -98,7 +98,7 @@ if (options.cacheSize > 0) {
     var cache = new droonga.Cache({
       size: options.cacheSize,
     });
-    application.use("/statistics/cache",
+    application.use('/statistics/cache',
                     droonga.middleware.cacheStatistics(cache));
     application.use(droonga.middleware.cache(cache, {
       rules: cacheMiddlewareRules,
-------------- next part --------------
HTML����������������������������...
Download 



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