Strict null work in exthost

This commit is contained in:
Matt Bierner
2019-03-05 14:41:15 -08:00
parent 733a1cd841
commit bb64391ec4
5 changed files with 16 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ export class CLIServer {
console.error('Could not start open from terminal server.');
}
return this.ipcHandlePath;
return this._ipcHandlePath;
}
private collectURIToOpen(strs: string[], typeHint: URIType, result: IURIToOpen[]): void {
if (Array.isArray(strs)) {