@ccci/micro-server 1.0.54 → 1.0.55
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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -113697,6 +113697,7 @@ class RouterFactory {
|
|
|
113697
113697
|
resolve();
|
|
113698
113698
|
});
|
|
113699
113699
|
} catch (error) {
|
|
113700
|
+
console.log("error", error);
|
|
113700
113701
|
Logger.error(error);
|
|
113701
113702
|
reject(error);
|
|
113702
113703
|
}
|