dbgenerate.js
authorAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2012 07:17:52 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Aug 2012 07:17:52 +0000 (15:17 +0800)
dbgenerate.js

index 943ecad..0ea16fd 100644 (file)
@@ -281,7 +281,7 @@ switch(cfg.DBTYPE) {
     default:
         throw {
              name: "ArgumentError", 
-             message: "Invalid data base type " + cfg.DBTYPE + " should be MySQL or PostgreSQL";
+             message: "Invalid data base type " + cfg.DBTYPE + " should be MySQL or PostgreSQL"
          };
             
 /*