MCPcopy Create free account
hub / github.com/nodejs/node / stderr

Function stderr

test/parallel/test-trace-exit-stack-limit.js:20–23  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

18 },
19 {
20 stderr(output) {
21 const matches = [...output.matchAll(/at recurse/g)];
22 assert.strictEqual(matches.length, 30);
23 }
24 });
25
26// When the stack trace limit is smaller than the stack trace size, it should truncate the stack size.

Callers

nothing calls this directly

Calls 1

matchAllMethod · 0.65

Tested by

no test coverage detected