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');