From c60dcea3e5998a5a53d0597d7247dfbd8086eab6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 20 Oct 2021 10:24:16 +0200 Subject: [PATCH] chore: fix roll_browsers.js --- browser_patches/depot_tools | 1 + utils/roll_browser.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 browser_patches/depot_tools diff --git a/browser_patches/depot_tools b/browser_patches/depot_tools new file mode 160000 index 0000000000..650f853ced --- /dev/null +++ b/browser_patches/depot_tools @@ -0,0 +1 @@ +Subproject commit 650f853ced2d5f740eb6e4a80edbf0d09351d10e diff --git a/utils/roll_browser.js b/utils/roll_browser.js index 50714d675d..44d9bce967 100755 --- a/utils/roll_browser.js +++ b/utils/roll_browser.js @@ -17,7 +17,7 @@ */ const path = require('path'); -const {Registry} = require('../packages/playwright-core/src/utils/registry'); +const {Registry} = require('../packages/playwright-core/lib/utils/registry'); const fs = require('fs'); const protocolGenerator = require('./protocol-types-generator'); const {execSync} = require('child_process');