Skip to content

Commit 44817eb

Browse files
authored
Update README.md
1 parent c9b4892 commit 44817eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ module.exports = {
236236
async function asyncify() { return this.apply(null, arguments); }
237237
module.exports = function() {
238238
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;
239+
const m = {};
240+
for (let i in w) m[i] = asyncify.bind(w[i]);
241+
return m;
242242
};
243243
`;
244244
}

0 commit comments

Comments
 (0)