Skip to content

Commit

Permalink
fix: reverted back to commit before prettier and pnpm were installed
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Lane <[email protected]>
  • Loading branch information
wconrad265 committed Oct 30, 2024
1 parent 34b6bb4 commit dac0c2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ import { createWatchCommand } from './watch/index.js'
import { AddressInUseError } from './types.js'
const SUGGESTION_TIMEOUT = 1e4


process.on('uncaughtException', async (err: AddressInUseError | Error) => {

if ('code' in err && err.code === 'EADDRINUSE') {
error(
`${chalk.red(`Port ${err.port} is already in use`)}\n\n` +
Expand Down

0 comments on commit dac0c2a

Please sign in to comment.