[Groonga-commit] groonga/gcs [master] Don't exit until API requests are correctly processed

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 10 16:05:39 JST 2012


YUKI Hiroshi	2012-12-10 16:05:39 +0900 (Mon, 10 Dec 2012)

  New Revision: 153f56da82febb70ec3dc3e4c99c5117586eebcd
  https://github.com/groonga/gcs/commit/153f56da82febb70ec3dc3e4c99c5117586eebcd

  Log:
    Don't exit until API requests are correctly processed

  Modified files:
    bin/gcs-configure-from-sdf

  Modified: bin/gcs-configure-from-sdf (+0 -1)
===================================================================
--- bin/gcs-configure-from-sdf    2012-12-10 15:38:01 +0900 (870784d)
+++ bin/gcs-configure-from-sdf    2012-12-10 16:05:39 +0900 (a234c6e)
@@ -223,7 +223,6 @@ client.getDomainStatus(function(error, domain) {
 
       if (commandLine.options.force) {
         doDefine(true);
-        process.exit(0);
       } else {
         commandLine.confirm('Configure [' + client.domainName + '] with analyzed fields (y/N) ', doDefine);
       }
-------------- next part --------------
HTML����������������������������...
Download 



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