[Groonga-commit] groonga/gcs [master] Use Domain loaded into the commandLine

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 18:16:08 JST


SHIMODA Hiroshi	2012-08-03 18:16:08 +0900 (Fri, 03 Aug 2012)

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

  Log:
    Use Domain loaded into the commandLine

  Modified files:
    bin/cs-describe-domain

  Modified: bin/cs-describe-domain (+1 -1)
===================================================================
--- bin/cs-describe-domain    2012-08-03 18:15:17 +0900 (0566ea9)
+++ bin/cs-describe-domain    2012-08-03 18:16:08 +0900 (faa2b68)
@@ -32,7 +32,7 @@ function report(domain) {
 
 var context = commandLine.getContext(program.databasePath);
 if (program.domainName) {
-  var domain = new Domain(program.domainName, context);
+  var domain = new commandLine.Domain(program.domainName, context);
   report(domain);
 } else {
   Domain.getAll(context).forEach(function(domain, index) {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Télécharger 



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