chore: Update Typescript to 4.4.4 (#4188)
This commit is contained in:
.eslintrc.jsonpackage.jsontsconfig-types.jsontsconfig.jsonyarn.lock
scripts
src
actions
clipboard.tscomponents
data
element
excalidraw-app
packages
excalidraw
renderer
scene
tests
@ -63,7 +63,7 @@ export const updateImageCache = async ({
|
||||
const image = await imagePromise;
|
||||
|
||||
imageCache.set(fileId, { ...data, image });
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
erroredFiles.set(fileId, true);
|
||||
}
|
||||
})(),
|
||||
|
Reference in New Issue
Block a user