This commit is contained in:
Pine Wu
2016-10-19 11:10:38 -07:00
parent f19446e639
commit ec7f0779d6
5 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ export class ExtHostTreeExplorers extends ExtHostTreeExplorersShape {
});
}
$resolveCommand(providerId: string, mainThreadNode: InternalTreeExplorerNode): TPromise<void> {
$executeCommand(providerId: string, mainThreadNode: InternalTreeExplorerNode): TPromise<void> {
const provider = this._treeExplorerNodeProviders[providerId];
if (!provider) {
throw new Error(`no TreeExplorerNodeProvider registered with id '${providerId}'`);