Skip to content

Commit a7909bb

Browse files
committed
fix(host-target): just throw once
1 parent b0bd5d2 commit a7909bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

host-targets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ function upsertHints(target, ua, terms, hints) {
211211
}
212212
if (!ignore) {
213213
target.errors.push({ [key]: hints[key], message: msg, terms: terms });
214-
throw new Error(`${msg} for '${terms}'`);
215214
throw new Error(`${msg} for '${ua}' / '${terms}'`);
216215
}
217216
}

0 commit comments

Comments
 (0)