Skip to content

Commit

Permalink
chore: refactor throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Jan 29, 2025
1 parent 23ccb16 commit eba50b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export class Server extends httpServer {
// this.logger.error(
// `Failed to create farm server: ${error}`
// );
// TODO refactor format error
throw error;
}
}
Expand Down

0 comments on commit eba50b9

Please sign in to comment.