diff options
| author | bobzel <zzzman@gmail.com> | 2024-06-21 12:06:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-06-21 12:06:01 -0400 |
| commit | 25ff5e562e80a93edc0d475b104862361a049016 (patch) | |
| tree | d25ff45697bf8c06aeb577c52f0df232a38b43fa /src/client/util | |
| parent | ad32c1606395cdc71ba50eb9b51d3a9d3b707ca0 (diff) | |
| parent | 50980b834cc41b8048d3e04c5244c6bce652f788 (diff) | |
merged with master. fixed conflicts in comparisonBox
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/request-image-size.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/request-image-size.ts b/src/client/util/request-image-size.ts index 0f98a2710..48cb6e3a5 100644 --- a/src/client/util/request-image-size.ts +++ b/src/client/util/request-image-size.ts @@ -54,6 +54,7 @@ module.exports = function requestImageSize(options: any) { } } catch (err) { /* empty */ + console.log("Error: ", err) } }); |
