mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:34:33 +00:00
Launch agent: disable autostart without killing running app
This commit is contained in:
@@ -192,8 +192,8 @@ describe("web monitor inbox", () => {
|
||||
await new Promise((resolve) => setImmediate(resolve));
|
||||
|
||||
const content = fsSync.readFileSync(logPath, "utf-8");
|
||||
expect(content).toContain('"module":"web-inbound"');
|
||||
expect(content).toContain('"body":"ping"');
|
||||
expect(content).toMatch(/web-inbound/);
|
||||
expect(content).toMatch(/ping/);
|
||||
await listener.close();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user