Skip to content

Commit

Permalink
Minor tweak to error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Oct 21, 2017
1 parent 7c71dbe commit 7d809e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/waterline/methods/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = function create(newRecord, explicitCbMaybe, metaContainer) {
code: e.code,
details: e.details,
message:
'Invalid new record(s).\n'+
'Invalid new record.\n'+
'Details:\n'+
' '+e.details+'\n'
}, omen)
Expand Down

0 comments on commit 7d809e5

Please sign in to comment.