📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:36:33
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
/
flow-control
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src/flow-control
🔄 Refresh
✏️
Editing: teardown.d.ts
Writable
import { Command, SpawnCommand } from '../command'; import { Logger } from '../logger'; import { FlowController } from './flow-controller'; export declare class Teardown implements FlowController { private readonly logger; private readonly spawn; private readonly teardown; constructor({ logger, spawn, commands, }: { logger: Logger; /** * Which function to use to spawn commands. * Defaults to the same used by the rest of concurrently. */ spawn?: SpawnCommand; commands: readonly string[]; }); handle(commands: Command[]): { commands: Command[]; onFinish: () => Promise<void>; }; }
💾 Save Changes
❌ Cancel