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:
@@ -553,7 +553,7 @@ class RenameAdapter {
|
||||
if (rejectReason) {
|
||||
return <modes.RenameLocation & modes.Rejection>{ rejectReason, range: undefined, text: undefined };
|
||||
} else {
|
||||
return Promise.reject(err);
|
||||
return Promise.reject<any>(err);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user