You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- diagnostics_channel.tracingChannel() must return traceSync/tracePromise/traceCallback no-op wrappers that execute the passed function — libraries like pino call these directly
2341
2342
- Use `timestamp: false, base: undefined` with pino for deterministic output (removes time, pid, hostname)
- Fixed stream polyfill prototype chain: esbuild's circular-dep resolution between stream-browserify and readable-stream broke `instanceof Stream` — Readable extended EventEmitter directly instead of Stream; patched in `_patchPolyfill` to insert Stream.prototype back into the chain
2348
+
- Files changed:
2349
+
- packages/secure-exec/tests/projects/node-fetch-pass/ (new fixture)
0 commit comments