Kouhei Sutou
null+****@clear*****
Thu Apr 24 16:21:23 JST 2014
Kouhei Sutou 2014-04-24 16:21:23 +0900 (Thu, 24 Apr 2014) New Revision: 9ecc88ea89f7a08485757fb42803493779e134f8 https://github.com/droonga/droonga-http-server/commit/9ecc88ea89f7a08485757fb42803493779e134f8 Message: Fix option value handler Modified files: bin/droonga-http-server Modified: bin/droonga-http-server (+1 -1) =================================================================== --- bin/droonga-http-server 2014-04-24 16:16:03 +0900 (a49d67c) +++ bin/droonga-http-server 2014-04-24 16:21:23 +0900 (646648b) @@ -34,7 +34,7 @@ options 'droonga') .option('--enable-logging', 'Enable logging to the standard output') .option('--cache-size <size>', 'The max number of cached requests', - parseInt, 100) + intOption, 100) .option('--enable-trust-proxy', 'Enable "trust proxy" configuration. It is required when you run droonga-http-server behind a reverse proxy.') .parse(process.argv); -------------- next part -------------- HTML����������������������������...Download