Fixed regression.

This commit is contained in:
Eric Traut 2019-08-03 23:16:12 -07:00
parent 925d7f3b43
commit 03dfb1e1cb

View File

@ -68,7 +68,7 @@ _documents.listen(_connection);
const _defaultWorkspacePath = '<default>';
function _createAnalyzerService(name: string): AnalyzerService {
this._console.log(`Starting service instance "${ name }"`);
_connection.console.log(`Starting service instance "${ name }"`);
const service = new AnalyzerService(name, _connection.console);
// Don't allow the analysis engine to go too long without