Skip to content

Commit bf28fa7

Browse files
committed
Fix stale docstring for detectCftPlatform
Remove the comment saying linux aarch64 is unsupported — it was added to the platform map by this PR.
1 parent cc952d8 commit bf28fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/impl/chrome-for-testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface PlatformInfo {
3333

3434
/**
3535
* Map os + arch to a CfT platform string.
36-
* Throws on unsupported platforms (e.g., linux aarch64 — to be handled by Playwright CDN).
36+
* Throws on unsupported platforms.
3737
*/
3838
export function detectCftPlatform(): PlatformInfo {
3939
const platformMap: Record<string, CftPlatform> = {

0 commit comments

Comments
 (0)