@mapcatch/util 1.0.14-a → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49082,7 +49082,7 @@ function L3(T, E = 12) {
49082
49082
  function aM(T, E) {
49083
49083
  E.forEach(({ url: a, sdf: r }) => {
49084
49084
  T.loadImage(a, (i, t) => {
49085
- let n = a.split("/").pop().split(".")[0];
49085
+ let n = path.split("/").pop().split(".")[0];
49086
49086
  if (!T.hasImage(n)) {
49087
49087
  if (i)
49088
49088
  throw i;