mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:28:28 +00:00
chore: format sources and update protocol outputs
This commit is contained in:
@@ -12,9 +12,7 @@ export const makeRuntime = (overrides: Partial<RuntimeEnv> = {}): RuntimeEnv =>
|
||||
...overrides,
|
||||
});
|
||||
|
||||
export const makePrompter = (
|
||||
overrides: Partial<WizardPrompter> = {},
|
||||
): WizardPrompter => ({
|
||||
export const makePrompter = (overrides: Partial<WizardPrompter> = {}): WizardPrompter => ({
|
||||
intro: vi.fn(async () => {}),
|
||||
outro: vi.fn(async () => {}),
|
||||
note: vi.fn(async () => {}),
|
||||
|
||||
Reference in New Issue
Block a user