Skip to content

Commit 15ac7dc

Browse files
committed
lib: fix lint error
1 parent 402d8cf commit 15ac7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/event_target.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ class EventTarget {
831831
this[kRemoveListener](root.size, type, listener, capture);
832832
}
833833

834-
let arg
834+
let arg;
835835
try {
836836
if (handler.isNodeStyleListener) {
837837
arg = nodeValue;

0 commit comments

Comments
 (0)