We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b4892 commit 44817ebCopy full SHA for 44817eb
README.md
@@ -236,9 +236,9 @@ module.exports = {
236
async function asyncify() { return this.apply(null, arguments); }
237
module.exports = function() {
238
const w = require(${JSON.stringify(filename.replace(/^.+!/, ''))});
239
- const m = {};
240
- for (let i in w) m[i] = asyncify.bind(w[i]);
241
- return m;
+ const m = {};
+ for (let i in w) m[i] = asyncify.bind(w[i]);
+ return m;
242
};
243
`;
244
}
0 commit comments