Skip to content

Commit 3c67a0b

Browse files
committed
lint
1 parent 95576c6 commit 3c67a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/site/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if (mountDir && fs.existsSync(buildDir) && !fs.existsSync(mountDir)) {
2424
try {
2525
fs.symlinkSync(buildDir, mountDir, 'junction');
2626
} catch (error) {
27+
// eslint-disable-next-line no-console
2728
console.warn(
2829
`docs-site e2e: failed to create symlink for base path ${normalizedBasePath}`,
2930
error

0 commit comments

Comments
 (0)