summaryrefslogtreecommitdiff
path: root/lib/setImmediate.js
diff options
context:
space:
mode:
authorJimmy Wärting <jimmy@warting.se>2021-11-16 19:34:17 +0100
committerGitHub <noreply@github.com>2021-11-16 10:34:17 -0800
commitbb41f2a59aa41af0b906f0cb9a11ffa6332e56dd (patch)
treed0d285927a2106f530930e0c8897d1070a834b05 /lib/setImmediate.js
parent9440649a5f9e58c6706fd2573ab64b0bbc2f9b1f (diff)
downloadasync-bb41f2a59aa41af0b906f0cb9a11ffa6332e56dd.tar.gz
be explicit (#1769)
Diffstat (limited to 'lib/setImmediate.js')
-rw-r--r--lib/setImmediate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setImmediate.js b/lib/setImmediate.js
index 8476071..8b32339 100644
--- a/lib/setImmediate.js
+++ b/lib/setImmediate.js
@@ -1,4 +1,4 @@
-import setImmediate from './internal/setImmediate';
+import setImmediate from './internal/setImmediate.js'
/**
* Calls `callback` on a later loop around the event loop. In Node.js this just