Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/node-fetch-2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro authored Nov 3, 2020
2 parents f4d38fc + 8a63018 commit dfd91de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/formats/pg.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ PostgresFormat.prototype.sendResponse = function (opts, callback) {
query.on('error', function (err) {
that.error = err;
if (err.message && err.message.match(/row too large, was \d* bytes/i)) {
return console.error(JSON.stringify({
console.error(JSON.stringify({
username: opts.username,
type: 'row_size_limit_exceeded',
error: err.message
Expand Down

0 comments on commit dfd91de

Please sign in to comment.