📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:08:19
📂
/ (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-exit.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogExit = void 0; /** * Logs the exit code/signal of commands. */ class LogExit { logger; constructor({ logger }) { this.logger = logger; } handle(commands) { commands.forEach((command) => command.close.subscribe(({ exitCode }) => { this.logger.logCommandEvent(`${command.command} exited with code ${exitCode}`, command); })); return { commands }; } } exports.LogExit = LogExit;
💾 Save Changes
❌ Cancel