mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
change type of _serviceBrand from any to undefined, #79918
This commit is contained in:
@@ -15,7 +15,7 @@ import { localize } from 'vs/nls';
|
||||
|
||||
export class ExtHostLogService extends AbstractLogService implements ILogService, ExtHostLogServiceShape {
|
||||
|
||||
_serviceBrand: any;
|
||||
_serviceBrand: undefined;
|
||||
|
||||
private readonly _proxy: MainThreadLogShape;
|
||||
private readonly _logFile: UriComponents;
|
||||
|
||||
Reference in New Issue
Block a user