不要怂,就是干,撸起袖子干!

Commit db76b114 by Jonathan Crossman

- correcting error message

1 parent 0d086512
Showing with 1 additions and 1 deletions
...@@ -153,7 +153,7 @@ module.exports = (function() { ...@@ -153,7 +153,7 @@ module.exports = (function() {
for (var name in attributes){ for (var name in attributes){
if (attributes[name].type === undefined){ if (attributes[name].type === undefined){
throw new Error(daoName + '.' + name + ' has been set it an undefined data type.'); throw new Error(daoName + '.' + name + ' data type is undefined.');
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!