some workbench linting

This commit is contained in:
Benjamin Pasero
2016-02-04 17:57:35 +01:00
parent a47f67668f
commit 76fd097af4
43 changed files with 61 additions and 103 deletions

View File

@@ -89,7 +89,7 @@ export class ResourceEditorInput extends EditorInput {
lastError = err;
});
}
}
};
})).then(() => {
if (!result && lastError) {
reject(lastError);