Compare commits
11 commits
a29cd2ed20
...
be712b08f4
Author | SHA1 | Date | |
---|---|---|---|
be712b08f4 | |||
fd803a0433 | |||
78963d6b7c | |||
4ff8d15e2c | |||
01dec14b6c | |||
f32a39331d | |||
f9ab6c126e | |||
673f0d0810 | |||
2ab3ea1105 | |||
aafcfd664a | |||
f98f15b06a |
1 changed files with 2 additions and 3 deletions
|
@ -68,9 +68,8 @@ export default class ImageHelper {
|
|||
|
||||
ctx.drawImage(image, imageX, imageY);
|
||||
}
|
||||
catch {
|
||||
// TODO: Enable once we've investigated a fix
|
||||
//AppLogger.CatchError("ImageHelper", e);
|
||||
catch (e) {
|
||||
AppLogger.CatchError("ImageHelper", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue