Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 25, 2024
1 parent a9570a8 commit 8981f2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ export default class Server {

if (this.lazyInit) {
try {
/**
* Don't await this so that "format on save" is not blocked.
* We still need to run the initializers so that we have hinting in component files though.
*/
await this.executeInitializers();
} catch (e) {
logError(e);
Expand Down

0 comments on commit 8981f2b

Please sign in to comment.