style: format gateway sigterm test
This commit is contained in:
@@ -125,7 +125,7 @@ describe("gateway SIGTERM", () => {
|
|||||||
"}",
|
"}",
|
||||||
`const runMainUrl = ${JSON.stringify(pathToFileURL(runMainPath).href)};`,
|
`const runMainUrl = ${JSON.stringify(pathToFileURL(runMainPath).href)};`,
|
||||||
"const { runCli } = await import(runMainUrl);",
|
"const { runCli } = await import(runMainUrl);",
|
||||||
"await runCli([process.execPath, \"clawdbot\", ...entryArgs]);",
|
'await runCli([process.execPath, "clawdbot", ...entryArgs]);',
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
"utf8",
|
"utf8",
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user