triflux 9.7.1 → 9.7.2
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/hooks/hook-manager.mjs +1 -1
- package/package.json +1 -1
package/hooks/hook-manager.mjs
CHANGED
|
@@ -171,7 +171,7 @@ function apply() {
|
|
|
171
171
|
|
|
172
172
|
// 오케스트레이터 명령 생성
|
|
173
173
|
const nodeExe = getNodeExe();
|
|
174
|
-
const orchestratorPath = "
|
|
174
|
+
const orchestratorPath = join(PLUGIN_ROOT, "hooks", "hook-orchestrator.mjs");
|
|
175
175
|
const orchestratorCmd = `"${nodeExe}" "${orchestratorPath}"`;
|
|
176
176
|
|
|
177
177
|
// 모든 이벤트를 하나의 오케스트레이터로 통합
|