From b1d2148b9e16c236595d32e070a9c343f25d3aa5 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sun, 16 May 2021 22:30:43 +0800 Subject: [PATCH] Update lib/events.js Co-authored-by: Antoine du Hamel --- lib/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/events.js b/lib/events.js index 441b3ac4e4f984..aa1ae2165d095e 100644 --- a/lib/events.js +++ b/lib/events.js @@ -62,8 +62,8 @@ const { const { validateAbortSignal, + validateBoolean, validateFunction, - validateBoolean } = require('internal/validators'); const kCapture = Symbol('kCapture');