tsv2-library 0.2.8 → 0.2.9
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.
- package/dist/tsv2-library.es.js +2 -2
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -42804,7 +42804,7 @@ const TI = { class: "flex items-center gap-3 w-full" }, FI = {
|
|
|
42804
42804
|
return nt(
|
|
42805
42805
|
() => n.visible,
|
|
42806
42806
|
(P) => {
|
|
42807
|
-
P && (w.value = E(), H());
|
|
42807
|
+
console.log("🚀 ~ is:", P), P && (w.value = E(), H());
|
|
42808
42808
|
}
|
|
42809
42809
|
), (P, Y) => (g(), N(da, {
|
|
42810
42810
|
closable: !S.value,
|
|
@@ -43064,7 +43064,7 @@ const TI = { class: "flex items-center gap-3 w-full" }, FI = {
|
|
|
43064
43064
|
throw new Error("HARDWARE_NOT_SYNCHRONIZED");
|
|
43065
43065
|
await bu.connectDevice(), a("connected", u.value[r.type]);
|
|
43066
43066
|
} catch (K) {
|
|
43067
|
-
throw P.value = !0, Y.value = zy(K), p.value = !1, a("error", K), new Error("SCANNER_CONNECTION_FAILED");
|
|
43067
|
+
throw console.log("🚀 ~ connect from buttonscan ~ error:", K), P.value = !0, Y.value = zy(K), p.value = !1, a("error", K), new Error("SCANNER_CONNECTION_FAILED");
|
|
43068
43068
|
} finally {
|
|
43069
43069
|
i.removeGroup(s.value);
|
|
43070
43070
|
}
|