We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b64b47 commit 32b3373Copy full SHA for 32b3373
lib/internal/test_runner/tests_stream.js
@@ -84,8 +84,8 @@ class TestsStream extends Readable {
84
[kEmitMessage](type, data) {
85
this.emit(type, data);
86
// Disabling as this going to the user-land
87
- // @eslint-disable-next-line node-core/set-proto-to-null-in-object
88
- this.#tryPush({ __proto__: null, type, data });
+ // eslint-disable-next-line node-core/set-proto-to-null-in-object
+ this.#tryPush({ type, data });
89
}
90
91
#tryPush(message) {
0 commit comments