Skip to content

Commit

Permalink
Enable events on web server (#45313)
Browse files Browse the repository at this point in the history
Fixes #45293
  • Loading branch information
mjbvz committed Aug 5, 2021
1 parent 1f85123 commit c0796c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webServer/webServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ namespace ts.server {
byteLength: notImplemented, // Formats the message text in send of Session which is overriden in this class so not needed
hrtime,
logger,
canUseEvents: false,
canUseEvents: true,
});
}

Expand Down

0 comments on commit c0796c1

Please sign in to comment.