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
// The console.log statements here are part of the test.
28
+
// Note: This test verifies specific behavior that is *not* guaranteed
29
+
// by Node.js's API contract. See https://nodejs.org/api/process.html#processexitcode.
30
+
// We are still generally interested in knowing when this test breaks,
31
+
// since applications may rely on the implicit behavior of stdout having
32
+
// a buffer size up to which they can write data synchronously.
0 commit comments