Skip to content

Commit 5367210

Browse files
authored
Merge pull request #58 from jokeyrhyme/greenkeeper/eslint-6.0.0
Update eslint to the latest version 🚀
2 parents 06e7300 + fa8e35b commit 5367210

File tree

3 files changed

+274
-241
lines changed

3 files changed

+274
-241
lines changed

lib/git-crypt.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ async function rotateKey({
249249

250250
// installing git-crypt hooks
251251
await installHooks({ cwd });
252-
} catch (err) {
253-
throw err;
254252
} finally {
255253
await promisify(rimraf)(backupDir);
256254
}

0 commit comments

Comments
 (0)