Merge pull request #35833 from squgeim/patch-1

Fixed a typo in the comments
pull/35919/head
Johannes Rieken 2017-10-09 11:07:54 +02:00 committed by GitHub
commit 99d0e0e184
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ function setupIPC(accessor: ServicesAccessor): TPromise<Server> {
// it happens on Linux and OS X that the pipe is left behind
// let's delete it, since we can't connect to it
// and the retry the whole thing
// and then retry the whole thing
try {
fs.unlinkSync(environmentService.mainIPCHandle);
} catch (e) {
@ -214,4 +214,4 @@ function main() {
}).done(null, err => instantiationService.invokeFunction(quit, err));
}
main();
main();