mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix //utils/print_versions.js
(#9647)
This commit is contained in:
parent
fe49b91680
commit
39516c29d1
@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
const pw = require('..');
|
||||
const pw = require('playwright-core');
|
||||
|
||||
async function browserVersion(browserType) {
|
||||
const browser = await browserType.launch();
|
||||
|
Loading…
x
Reference in New Issue
Block a user