aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/concurrently/dist/src/flow-control/log-error.d.ts
diff options
context:
space:
mode:
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.ts15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000..8eac6dd
--- /dev/null
+++ b/node_modules/concurrently/dist/src/flow-control/log-error.d.ts
@@ -0,0 +1,15 @@
+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[];
+ };
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage