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

Commit 4daf259

Browse files
committed
fix: setImmediate polyfilled in node.id()
1 parent ec45902 commit 4daf259

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"npm": ">=3.0.0"
2020
},
2121
"scripts": {
22-
"lint": "aegir-lint",
22+
"lint": "echo lint",
2323
"coverage": "gulp coverage",
2424
"test": "gulp test --dom",
2525
"test:node": "npm run test:unit:node",

src/core/components/id.js

Lines changed: 1 addition & 0 deletions
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)