Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ error
Method
error
packages/shell/src/api/logger.ts:38–40 ·
view source on GitHub ↗
* error info output
(...args: any | any[])
Source
from the content-addressed store, hash-verified
36
* error info output
37
*/
38
error(...args: any | any[]): void {
39
this[innerLoggerSymbol].error(...args);
40
}
41
42
/**
43
* normal log output
Callers
nothing calls this directly
Calls
1
error
Method · 0.65
Tested by
no test coverage detected