From 45abe0f0cfcd90390f6dbc05ac25f72985cbf36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=ACx?= Date: Tue, 2 Sep 2025 10:21:02 +0800 Subject: [PATCH] refactor: refactor by format --- tools/installer/lib/ide-setup.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index a6525c48..a3b30ede 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -491,14 +491,7 @@ class IdeSetup extends BaseIdeSetup { return true; } - async setupIFlowCliForPackage( - installDir, - packageName, - slashPrefix, - agentIds, - taskIds, - rootPath, - ) { + async setupIFlowCliForPackage(installDir, packageName, slashPrefix, agentIds, taskIds, rootPath) { const commandsBaseDir = path.join(installDir, '.iflow', 'commands', slashPrefix); const agentsDir = path.join(commandsBaseDir, 'agents'); const tasksDir = path.join(commandsBaseDir, 'tasks');