[Groonga-commit] groonga/gcs [master] Fix refering missing property

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 16:40:51 JST


SHIMODA Hiroshi	2012-08-06 16:40:51 +0900 (Mon, 06 Aug 2012)

  New Revision: 5b6c232c6ecc01fd197c12d5c34dfa781f2c9838
  https://github.com/groonga/gcs/commit/5b6c232c6ecc01fd197c12d5c34dfa781f2c9838

  Log:
    Fix refering missing property

  Modified files:
    bin/cs-describe-domain

  Modified: bin/cs-describe-domain (+1 -1)
===================================================================
--- bin/cs-describe-domain    2012-08-06 16:39:31 +0900 (1d4c700)
+++ bin/cs-describe-domain    2012-08-06 16:40:51 +0900 (3eb37ba)
@@ -35,7 +35,7 @@ function report(domain) {
 if (program.domainName) {
   report(commandLine.domain);
 } else {
-  var domains = commandLine.Domain.getAll(commandLine.context);
+  var domains = CLI.Domain.getAll(commandLine.context);
   domains.forEach(function(domain, index) {
     if (index) console.log('========================================');
     report(domain);
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index