@localess/cli 3.0.1-dev.20260425193129 → 3.0.1-dev.20260425193501
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -196,7 +196,7 @@ function y(e) {
|
|
|
196
196
|
let t = await v(i, n, e.retryCount, e.retryDelay, e.debug);
|
|
197
197
|
e.debug && console.log(_, "getSchemas status : ", t.status);
|
|
198
198
|
let a = await t.json();
|
|
199
|
-
return r.set(i, a), a;
|
|
199
|
+
return e.debug && console.log(_, "getSchemas data : ", a), r.set(i, a), a;
|
|
200
200
|
} catch (e) {
|
|
201
201
|
return console.error(_, "getSchemas error : ", e), {};
|
|
202
202
|
}
|