mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-26 03:37:01 +02:00
chore: Update Typescript to 4.4.4 (#4188)
This commit is contained in:
@@ -28,8 +28,8 @@ const getCommitHashForLastVersion = async () => {
|
||||
`git log --format=format:"%H" --grep=${commitMessage}`,
|
||||
);
|
||||
return stdout;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user