fix binding

This commit is contained in:
Leo Balter 2018-10-18 12:08:17 -04:00 committed by Rick Waldron
parent aefadabda7
commit 5f88a9293c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ async function * f() {
return await /*{ import }*/;
}
f().next().then(imported => {
f().next().then(({value: imported}) => {
/*{ body }*/