📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 04:46:26
📂
/ (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: log-error.d.ts
Writable
import { Command } from '../command'; import { Logger } from '../logger'; import { FlowController } from './flow-controller'; /** * Logs when commands failed executing, e.g. due to the executable not existing in the system. */ export declare class LogError implements FlowController { private readonly logger; constructor({ logger }: { logger: Logger; }); handle(commands: Command[]): { commands: Command[]; }; }
💾 Save Changes
❌ Cancel