Files
blowfish/node_modules/detective/test/files/for-await.js
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

6 lines
107 B
JavaScript

async function main () {
for await (const _ of (async function* () {})()) {
require(_)
}
}