Skip to content

Commit 18225ed

Browse files
BioPhotonmatejchalk
authored andcommitted
fix: lint
1 parent dba3ff5 commit 18225ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utils/src/lib/git/git.commits-and-tags.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export async function getLatestCommit(
1414
format: { hash: '%H', message: '%s', author: '%an', date: '%aI' },
1515
});
1616
return commitSchema.parse(log.latest);
17-
} catch (e) {
18-
ui().logger.error(stringifyError(e));
17+
} catch (error) {
18+
ui().logger.error(stringifyError(error));
1919
return null;
2020
}
2121
}

0 commit comments

Comments
 (0)