MCPcopy Create free account
hub / github.com/echoVic/blade-code / fail

Method fail

src/ui/components/Progress.ts:222–225  ·  view source on GitHub ↗

* 失败

(text?: string)

Source from the content-addressed store, hash-verified

220 * 失败
221 */
222 public fail(text?: string): void {
223 this.stop();
224 UIDisplay.error(text || this.text);
225 }
226
227 /**
228 * 警告

Callers 2

mcpCommandFunction · 0.80
toolsCommandFunction · 0.80

Calls 2

stopMethod · 0.95
errorMethod · 0.45

Tested by

no test coverage detected