mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
es6 compile attempts
This commit is contained in:
@@ -372,7 +372,7 @@ export class ExtHostApiCommands {
|
||||
return undefined;
|
||||
}
|
||||
if (value.rejectReason) {
|
||||
return Promise.reject(new Error(value.rejectReason));
|
||||
return Promise.reject<any>(new Error(value.rejectReason));
|
||||
}
|
||||
return typeConverters.WorkspaceEdit.to(value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user