From 59281af04f61bdeef5b71438133911fa6d7077ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grzywacz?= Date: Thu, 19 Oct 2023 13:21:13 +0200 Subject: [PATCH] feat: add option to disable installing signal handlers Fixed merge error JST-516 --- src/executor/executor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executor/executor.ts b/src/executor/executor.ts index 22977b191..4f5a7c728 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -63,7 +63,7 @@ export type ExecutorOptions = { * Note: If you decide to set this to `true`, you will be responsible for proper shutdown of task executor. */ skipProcessSignals?: boolean; - /* + /** * Timeout for waiting for at least one offer from the market. * This parameter (set to 30 sec by default) will throw an error when executing `TaskExecutor.run` * if no offer from the market is accepted before this time.