Skip to content

Commit

Permalink
fixup: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Sep 12, 2021
1 parent a4b906e commit 1661d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vars.js
Expand Up @@ -518,7 +518,7 @@ exports.node = {
setInterval : true,
clearInterval : true,
setImmediate : true, // v0.9.1+
clearImmediate: true // v0.9.1+
clearImmediate: true, // v0.9.1+
URL : true // v6.13.0+
};

Expand Down

0 comments on commit 1661d6f

Please sign in to comment.