Skip to content

Commit

Permalink
fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 12, 2024
1 parent 435d1c6 commit c0f0427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/swc_ecma_lints/src/rules/no_dupe_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ macro_rules! check {
return;
}

done.push(i1);

if id1.span.ctxt == id2.span.ctxt && id1.sym == id2.sym {
done.push(i1);

HANDLER.with(|handler| {
handler
.struct_span_err(
Expand Down

0 comments on commit c0f0427

Please sign in to comment.