diff --git a/src/daemon-commander.ts b/src/daemon-commander.ts index c6b9a3b..8c8f05f 100644 --- a/src/daemon-commander.ts +++ b/src/daemon-commander.ts @@ -129,6 +129,7 @@ export class DaemonCommander { // eslint-disable-next-line @typescript-eslint/no-explicit-any const response = await (got as any).post(url, { body: value, + enableUnixSockets: true, throwHttpErrors: false, retry: { limit: 0,