We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e329e commit 57a84cfCopy full SHA for 57a84cf
1 file changed
lib/metadataTypes/Event.js
@@ -1067,7 +1067,7 @@ class Event extends MetadataType {
1067
if (errors.length > 1) {
1068
errors.unshift(``);
1069
}
1070
- throw new Error(errors.join('\n · ')); // eslint-disable-line unicorn/error-message
+ throw new Error(errors.join('\n · '));
1071
1072
if (warnings?.length) {
1073
// add a line break
@@ -1220,7 +1220,7 @@ class Event extends MetadataType {
1220
1221
1222
1223
1224
1225
1226
0 commit comments