mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
some workbench linting
This commit is contained in:
@@ -89,7 +89,7 @@ export class ResourceEditorInput extends EditorInput {
|
||||
lastError = err;
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
})).then(() => {
|
||||
if (!result && lastError) {
|
||||
reject(lastError);
|
||||
|
||||
Reference in New Issue
Block a user