Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ printErr
Function
printErr
modules/code-generator/src/standalone-worker.ts:70–77 ·
view source on GitHub ↗
(text: string, ...args: any[])
Source
from the content-addressed store, hash-verified
68
}
69
70
function
printErr(text: string, ...args: any[]) {
71
console.debug(`[code-generator/worker]: %c${text}`,
'color:red'
, ...args);
72
self.postMessage({
73
type
:
'stderr'
,
74
data: text,
75
args,
76
});
77
}
Callers
1
run
Function · 0.70
Calls
1
debug
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…