jsir 3.0.9 → 3.1.1
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/deps/room.js +1 -1
- package/package.json +1 -1
package/deps/room.js
CHANGED
|
@@ -373,7 +373,7 @@ async function syncConfigs() {
|
|
|
373
373
|
let configs;
|
|
374
374
|
try {
|
|
375
375
|
configs = await reqFn(setting.configMainFnKey);
|
|
376
|
-
console.$msg(`syncConfigs load ${Object.keys(configs)} files`);
|
|
376
|
+
console.$msg(`syncConfigs load ${Object.keys(configs).length} files`);
|
|
377
377
|
} catch (e) {
|
|
378
378
|
console.$warn("syncConfigs load failed", e)
|
|
379
379
|
return;
|