Skip to content

Commit 34d1f96

Browse files
committed
gah
1 parent c5d905a commit 34d1f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kit/src/cli.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { networkInterfaces, release } from 'os';
99
import { coalesce_to_error } from './utils/error.js';
1010
import { logger } from './core/utils.js';
1111

12+
/** please clear the cache, turborepo */
13+
1214
/** @param {unknown} e */
1315
function handle_error(e) {
1416
const error = coalesce_to_error(e);

packages/kit/test/apps/basics/test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { start_server, test } from '../../../utils.js';
88

99
/** @typedef {import('@playwright/test').Response} Response */
1010

11-
/** please clear the cache, turborepo */
12-
1311
test.describe.parallel('a11y', () => {
1412
test('resets focus', async ({ page, clicknav, browserName }) => {
1513
const tab = browserName === 'webkit' ? 'Alt+Tab' : 'Tab';

0 commit comments

Comments
 (0)