📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 07:33:06
📂
/ (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: kill-on-signal.d.ts
Writable
/// <reference types="node" /> /// <reference types="node" /> import EventEmitter from 'events'; import { Command } from '../command'; import { FlowController } from './flow-controller'; /** * Watches the main concurrently process for signals and sends the same signal down to each spawned * command. */ export declare class KillOnSignal implements FlowController { private readonly process; private readonly abortController?; constructor({ process, abortController, }: { process: EventEmitter; abortController?: AbortController; }); handle(commands: Command[]): { commands: Command[]; onFinish: () => void; }; }
💾 Save Changes
❌ Cancel