@mcurros2/microm 1.1.146-0 → 1.1.147-0
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/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1668,10 +1668,10 @@ class $a1f6b3ef69eb7cc7$export$6118e57c65bf19ee {
|
|
|
1668
1668
|
url: response.url
|
|
1669
1669
|
};
|
|
1670
1670
|
} catch (error) {
|
|
1671
|
+
console.warn("Login error", error);
|
|
1671
1672
|
try {
|
|
1672
1673
|
yield this.logoff();
|
|
1673
1674
|
} catch (_a) {}
|
|
1674
|
-
if (!(error instanceof Error && error.name === "AbortError")) //console.log(error);
|
|
1675
1675
|
throw error;
|
|
1676
1676
|
} finally{
|
|
1677
1677
|
loginTimeout.clear();
|