[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 6日 (金) 16:09:57 JST


SHIMODA Hiroshi	2012-07-06 16:09:57 +0900 (Fri, 06 Jul 2012)

  New Revision: 7620f5c2fa97bdf4c2c81ac6352586e267265035
  https://github.com/groonga/gcs/commit/7620f5c2fa97bdf4c2c81ac6352586e267265035

  Log:
    Fix syntax error

  Modified files:
    lib/batch/processor.js

  Modified: lib/batch/processor.js (+1 -0)
===================================================================
--- lib/batch/processor.js    2012-07-06 16:08:51 +0900 (181dec2)
+++ lib/batch/processor.js    2012-07-06 16:09:57 +0900 (8adf9a4)
@@ -46,6 +46,7 @@ Processor.prototype = {
   validateAddBatch: function(batch) {
     if (!batch.fields) {
       return [batch.id + ': You must specify "fields".'];
+    }
 
     var column;
     var fieldsCount = 0;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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