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

@@ -30,8 +30,8 @@ export class MainThreadTreeExplorers extends MainThreadTreeExplorersShape {
resolveChildren: (node: InternalTreeExplorerNode): TPromise<InternalTreeExplorerNode[]> => {
return this._proxy.$resolveChildren(providerId, node);
},
resolveCommand: (node: InternalTreeExplorerNode): TPromise<void> => {
return this._proxy.$resolveCommand(providerId, node);
executeCommand: (node: InternalTreeExplorerNode): TPromise<void> => {
return this._proxy.$executeCommand(providerId, node);
}
});
}