From bb41f2a59aa41af0b906f0cb9a11ffa6332e56dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Tue, 16 Nov 2021 19:34:17 +0100 Subject: be explicit (#1769) --- lib/until.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/until.js') diff --git a/lib/until.js b/lib/until.js index 0f463dd..fb6ce17 100644 --- a/lib/until.js +++ b/lib/until.js @@ -1,5 +1,5 @@ -import whilst from './whilst'; -import wrapAsync from './internal/wrapAsync'; +import whilst from './whilst.js' +import wrapAsync from './internal/wrapAsync.js' /** * Repeatedly call `iteratee` until `test` returns `true`. Calls `callback` when -- cgit v1.2.1