File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
build/azure-pipelines/common Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright (c) Microsoft Corporation. All rights reserved.
4
4
* Licensed under the MIT License. See License.txt in the project root for license information.
5
5
*--------------------------------------------------------------------------------------------*/
6
- Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
7
6
process . env . DEBUG = 'pw:install' ; // enable logging for this (https://github.com/microsoft/playwright/issues/17394)
8
- const retry_1 = require ( "./retry" ) ;
9
7
const { installDefaultBrowsersForNpmInstall } = require ( 'playwright-core/lib/server' ) ;
10
8
async function install ( ) {
11
- await ( 0 , retry_1 . retry ) ( ( ) => installDefaultBrowsersForNpmInstall ( ) ) ;
9
+ await installDefaultBrowsersForNpmInstall ( ) ;
12
10
}
13
11
install ( ) ;
You can’t perform that action at this time.
0 commit comments