Conversation
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
29a6030 to
d5e0a24
Compare
|
@guybedford I have added questions/comments in the original workerd PR that I miss to understand the rationale of this change. |
|
Marking as blocked on cloudflare/workerd#4965 |
|
Let's close this one and put any changes needed into the PR that turns on native |
In cloudflare/workerd#4965 we are considering having
console.debugoutput tostderrin Node.js as opposed tostdout, to allow the newprocess.stderr.write()implementation to log throughconsole.debuginstead ofconsole.errorand avoid possible error logging noise if we useconsole.errorlog types.This is a test-suite only change which would allow us to land that after the next Miniflare release.