@nine-lab/nine-mu 0.1.261 → 0.1.262
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/package.json
CHANGED
|
@@ -50,15 +50,6 @@ export class NotificationHandler {
|
|
|
50
50
|
// 방어용 헬퍼 객체를 호출하여 소스 파싱 검증을 수행하는 등의 정석 로직이 들어갈 자리입니다.
|
|
51
51
|
this.#processSourceData(data);
|
|
52
52
|
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
if (data) {
|
|
56
|
-
if (data.source && data.file_name && data.path && data.mode === "CREATE" && data.status === "PROGRESS") {
|
|
57
|
-
trace.log(`[시그널 감지] 설계 완료`, data);
|
|
58
|
-
|
|
59
|
-
this.#processSourceData(data);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
53
|
}
|
|
63
54
|
|
|
64
55
|
/**
|