Skip to content

Conversation

@kmiller68
Copy link
Contributor

Right now they go to stdout, which makes running with json-dumping less effective since we warn the subset of tests being run.

Right now they go to stdout, which makes running with json-dumping less
effective since we `warn` the subset of tests being run.
@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit b55eff4
🔍 Latest deploy log https://app.netlify.com/projects/webkit-jetstream-preview/deploys/68fa88b7b619c40008af6f11
😎 Deploy Preview https://deploy-preview-226--webkit-jetstream-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@danleh danleh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nit.

if (typeof console == "undefined")
console = {};

console.debug ??= (...args) => console.log("Debug:", ...args);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: debug as well to stderr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants