[Groonga-commit] groonga/gcs [master] Exit after all domains are reported

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 16:50:53 JST 2012


YUKI Hiroshi	2012-10-15 16:50:53 +0900 (Mon, 15 Oct 2012)

  New Revision: d3ebf10e2d0c854e8f139c6816f0519038a80dfa
  https://github.com/groonga/gcs/commit/d3ebf10e2d0c854e8f139c6816f0519038a80dfa

  Log:
    Exit after all domains are reported

  Modified files:
    bin/gcs-describe-domain

  Modified: bin/gcs-describe-domain (+1 -1)
===================================================================
--- bin/gcs-describe-domain    2012-10-15 16:49:59 +0900 (98c0e9a)
+++ bin/gcs-describe-domain    2012-10-15 16:50:53 +0900 (b168872)
@@ -80,8 +80,8 @@ if (domainName) {
             if (index) console.log('');
             var statuses = indexFieldStatuses[domain.DomainName];
             reportStatus(domain, statuses);
-            process.exit(0);
           });
+          process.exit(0);
         }
       });
     });
-------------- next part --------------
HTML����������������������������...
다운로드 



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