Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mcpCommand
Function · 0.80
toolsCommand
Function · 0.80
Calls
2
stop
Method · 0.95
error
Method · 0.45
Tested by
no test coverage detected