MCPcopy
hub / github.com/tailwindlabs/tailwindcss / onStderr

Function onStderr

integrations/utils.ts:332–337  ·  view source on GitHub ↗
(predicate: (message: string) => boolean)

Source from the content-addressed store, hash-verified

330 })
331 },
332 onStderr(predicate: (message: string) => boolean) {
333 return new Promise<void>((resolve) => {
334 stderrActors.push({ predicate, resolve })
335 notifyNext(stderrActors, stderrMessages)
336 })
337 },
338 }
339 },
340 fs: {

Callers

nothing calls this directly

Calls 1

notifyNextFunction · 0.85

Tested by

no test coverage detected