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

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Mon Nov 5 14:48:48 JST 2012


YUKI Hiroshi	2012-11-05 14:48:48 +0900 (Mon, 05 Nov 2012)

  New Revision: 5304b2c7e01b7428cb67e2dfbc7c001619fa0f8b
  https://github.com/groonga/gcs/commit/5304b2c7e01b7428cb67e2dfbc7c001619fa0f8b

  Log:
    Fix syntax error

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+1 -1)
===================================================================
--- lib/database/domain.js    2012-11-05 14:47:20 +0900 (eaee30a)
+++ lib/database/domain.js    2012-11-05 14:48:48 +0900 (2758c04)
@@ -52,7 +52,7 @@ function assertValidDomainName(domain) {
 
   if (!domain.match(exports.VALID_NAME_PATTERN)) {
     errors.push(new Error(commonPrefix + 'Member must satisfy regular ' +
-                          expression pattern: ' + exports.VALID_NAME_PATTERN);
+                          'expression pattern: ' + exports.VALID_NAME_PATTERN);
   } else {
     var invalidCharacters = domain.match(exports.INVALID_TABLE_NAME_CHARACTER_PATTERN);
     if (invalidCharacters) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index