@nine-lab/nine-mu 0.1.225 → 0.1.226
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/nine-mu.js +6 -5
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +2 -0
package/package.json
CHANGED
|
@@ -121,6 +121,8 @@ export class NineChat extends HTMLElement {
|
|
|
121
121
|
|
|
122
122
|
if (parsed?.selected_tool === "source-missing") {
|
|
123
123
|
nine.alert("메뉴 정리를 위한 라우터 정보 저장 화면으로 이동합니다.").then(res => {
|
|
124
|
+
|
|
125
|
+
trace.log(currRoutes, parsed?.data);
|
|
124
126
|
this.#showDiff(currRoutes, parsed?.data, "json");
|
|
125
127
|
});
|
|
126
128
|
}
|