[Groonga-commit] groonga/groonga-admin at ba63012 [master] Add missing parenthesis

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 27 15:14:06 JST 2016


Kouhei Sutou	2016-09-27 15:14:06 +0900 (Tue, 27 Sep 2016)

  New Revision: ba6301240ded3a940a13e3bba59949afb0aaefdb
  https://github.com/groonga/groonga-admin/commit/ba6301240ded3a940a13e3bba59949afb0aaefdb

  Message:
    Add missing parenthesis

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+2 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-27 15:13:36 +0900 (5fb9a3b)
+++ app/scripts/services/schema-loader.js    2016-09-27 15:14:06 +0900 (9bb3acc)
@@ -205,8 +205,9 @@ angular.module('groongaAdminApp')
                     }, function(/* errorResponse */) {});
           })
           .then(function() {
-            if (lastMaxLimitBackup === THREAD_LIMIT_UNKNOWN)
+            if (lastMaxLimitBackup === THREAD_LIMIT_UNKNOWN) {
               return;
+            }
             return setThreadLimit(lastMaxLimitBackup);
           })
           .then(function() {
-------------- next part --------------
HTML����������������������������...
Download 



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