diff options
Diffstat (limited to 'node_modules/concurrently/dist/src/flow-control/log-error.d.ts')
| -rw-r--r-- | node_modules/concurrently/dist/src/flow-control/log-error.d.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/concurrently/dist/src/flow-control/log-error.d.ts b/node_modules/concurrently/dist/src/flow-control/log-error.d.ts deleted file mode 100644 index 8eac6dd..0000000 --- a/node_modules/concurrently/dist/src/flow-control/log-error.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -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[]; - }; -} |
