Skip to content

Commit f2f100b

Browse files
hi-ogawaAriPerkkio
andauthored
Update packages/browser-playwright/src/playwright.ts
Co-authored-by: Ari Perkkiö <[email protected]>
1 parent b1fc3c6 commit f2f100b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-playwright/src/playwright.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class PlaywrightBrowserProvider implements BrowserProvider {
188188
launchOptions.args.push(`--remote-debugging-port=${port}`)
189189

190190
if (host !== 'localhost' && host !== '127.0.0.1' && host !== '::1') {
191-
this.project.vitest.logger.warn(`Custom inspector host "${host}" will be ignored. Chrome only allows remote debugging on localhost.`)
191+
this.project.vitest.logger.warn(`Custom inspector host "${host}" will be ignored. Chromium only allows remote debugging on localhost.`)
192192
}
193193
this.project.vitest.logger.log(`Debugger listening on ws://127.0.0.1:${port}`)
194194
}

0 commit comments

Comments
 (0)