Skip to content

Commit

Permalink
Merge branch 'master' into fix-loading-geography-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
domasx2 authored Jun 19, 2020
2 parents 6f3392e + b7cb47a commit 169b81e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ lib-cov
*.pid
*.gz
*sublime*
# Webstorm project conf files
.idea/

pids
logs
Expand Down
2 changes: 1 addition & 1 deletion lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Loader.prototype.prepFixtureData = function(data, Model) {
if (Model.rawAttributes.hasOwnProperty(key)) {
result[key] = val;
} else {
console.warn('attribute "' + key +"' not defined on model '" + Model.name + "'.");
self.logger.warn('attribute "' + key +"' not defined on model '" + Model.name + "'.");
}
}
});
Expand Down
66 changes: 27 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 169b81e

Please sign in to comment.