You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Apply eslint rules "no-console" and "id-denylist"
This commit is contained in:
@ -107,8 +107,8 @@ export const svgUriToPng = (document: Document, svg: string, width: number, heig
|
||||
canvas.remove();
|
||||
img.remove();
|
||||
resolve(buff);
|
||||
} catch (err) {
|
||||
cleanUpAndReject(err);
|
||||
} catch (error) {
|
||||
cleanUpAndReject(error);
|
||||
}
|
||||
};
|
||||
img.onerror = function(e) {
|
||||
|
Reference in New Issue
Block a user