Skip to content

Commit ddbff1b

Browse files
authored
Update packages/kit/src/cli.js
1 parent 34d1f96 commit ddbff1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit/src/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ 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-
1412
/** @param {unknown} e */
1513
function handle_error(e) {
1614
const error = coalesce_to_error(e);

0 commit comments

Comments
 (0)