[Groonga-commit] droonga/express-droonga at d71604b [master] Load required library.

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Wed Nov 5 16:27:41 JST 2014


YUKI Hiroshi	2014-11-05 16:27:41 +0900 (Wed, 05 Nov 2014)

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

  Message:
    Load required library.
    
    "os" is automatically loaded in the interactive node console but it have to be loaded manually in scripts.

  Modified files:
    lib/serf/downloader.js

  Modified: lib/serf/downloader.js (+1 -0)
===================================================================
--- lib/serf/downloader.js    2014-11-05 16:10:09 +0900 (ccc03d4)
+++ lib/serf/downloader.js    2014-11-05 16:27:41 +0900 (03ff3a1)
@@ -8,6 +8,7 @@
 
 var Download = require('download'),
     fs       = require('fs'),
+    os       = require('os'),
     Q        = require('q');
 
 var ConsoleLogger = require('../console-logger').ConsoleLogger;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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