mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 18:48:27 +00:00
style: run oxfmt and fix gate failures
This commit is contained in:
@@ -11,12 +11,12 @@ import {
|
||||
spinner,
|
||||
text,
|
||||
} from "@clack/prompts";
|
||||
import type { WizardProgress, WizardPrompter } from "./prompts.js";
|
||||
import { createCliProgress } from "../cli/progress.js";
|
||||
import { stripAnsi } from "../terminal/ansi.js";
|
||||
import { note as emitNote } from "../terminal/note.js";
|
||||
import { stylePromptHint, stylePromptMessage, stylePromptTitle } from "../terminal/prompt-style.js";
|
||||
import { theme } from "../terminal/theme.js";
|
||||
import type { WizardProgress, WizardPrompter } from "./prompts.js";
|
||||
import { WizardCancelledError } from "./prompts.js";
|
||||
|
||||
function guardCancel<T>(value: T | symbol): T {
|
||||
|
||||
Reference in New Issue
Block a user