Skip to content

Commit

Permalink
Improve limit error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent 943fe00 commit df1849b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/compare/limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const checkLimits = function ({ combinations }, { limits }) {
return
}

const limitError = limitErrors.join('\n')
const limitError = limitErrors.join('\n\n')
throw new UserError(limitError)
}

Expand Down

0 comments on commit df1849b

Please sign in to comment.