Adding more explicit returns

This commit is contained in:
Matt Bierner
2017-02-01 17:29:57 -08:00
parent 2a82bcdc57
commit c342eaa22e
65 changed files with 124 additions and 55 deletions

View File

@@ -37,6 +37,7 @@ export class ExtHostMessageService {
if (typeof handle === 'number') {
return commands[handle];
}
return undefined;
});
}
}