Closed pratyushmittal closed 8 years ago
Earlier we were returning promise inside an async function, which itself is a promise. Previous babel might have ignored that.
promise
async
Have fixed this in this pull request.
👍It is working
Earlier we were returning
promise
inside anasync
function, which itself is a promise. Previous babel might have ignored that.Have fixed this in this pull request.