Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit deaf508

Browse files
pgtedryajov
authored andcommitted
fix: setImmediate polyfilled in node.id() (#909)
1 parent 8082109 commit deaf508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/components/id.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'
22

33
const promisify = require('promisify-es6')
4+
const setImmediate = require('async/setImmediate')
45

56
module.exports = function id (self) {
67
return promisify((opts, callback) => {

0 commit comments

Comments
 (0)