mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fix lint errors
This commit is contained in:
@@ -512,9 +512,9 @@ namespace ts.server {
|
||||
hrtime: process.hrtime,
|
||||
logger,
|
||||
canUseEvents: eventPort !== undefined,
|
||||
globalPlugins: globalPlugins,
|
||||
pluginProbeLocations: pluginProbeLocations,
|
||||
allowLocalPluginLoads: allowLocalPluginLoads
|
||||
globalPlugins,
|
||||
pluginProbeLocations,
|
||||
allowLocalPluginLoads,
|
||||
});
|
||||
|
||||
this.eventPort = eventPort;
|
||||
|
||||
Reference in New Issue
Block a user