There was an error while loading. Please reload this page.
1 parent 3a49bd4 commit 434e070Copy full SHA for 434e070
1 file changed
packages/angular/cli/src/commands/update/utilities/git.ts
@@ -60,7 +60,7 @@ export function checkCleanGit(root: string): boolean {
60
return false;
61
}
62
63
- } catch {} // eslint-disable-line no-empty
+ } catch {}
64
65
return true;
66
0 commit comments