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

Commit

Permalink
fix: setImmediate polyfilled in node.id() (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte authored and daviddias committed Jul 10, 2017
1 parent ec45902 commit ebaf9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/id.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict'

const promisify = require('promisify-es6')
const setImmediate = require('async/setImmediate')

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

0 comments on commit ebaf9a0

Please sign in to comment.