style: format gateway sigterm test
parent
3690be9419
commit
90ea21536b
|
|
@ -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",
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue