Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 24, 2023
1 parent 80e6156 commit 4b7694b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/servers/preload/favicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const getImageElement = (): HTMLImageElement => {
favicon = canvas.toDataURL();
} catch (error) {
console.log('Error on Favicon loading:', error);
return;
}

dispatch({
Expand Down

0 comments on commit 4b7694b

Please sign in to comment.