Fix lint errors

This commit is contained in:
Andrew Casey 2018-03-21 15:18:06 -07:00
parent 9352a8bc11
commit 564183f9ed

View file

@ -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;