Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove redundant await while fetching target (puppeteer#7351)
This patch removes the redundant `await` from the block while fetching the target. The value in the map is a `Target` instance, which itself is not an async resource.
- Loading branch information