We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1b3f7 commit ab150d7Copy full SHA for ab150d7
test/parallel/test-net-write-fully-async-hex-string.js
@@ -21,7 +21,7 @@ const server = net.createServer(common.mustCall(function(conn) {
21
}
22
23
while (conn.write(data, 'hex'));
24
- globalThis.gc({ type: 'minor' });
+ globalThis.gc({ type: 'major' });
25
// The buffer allocated inside the .write() call should still be alive.
26
27
0 commit comments