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 5ed380c commit b90eeeaCopy full SHA for b90eeea
test/devnull.js
@@ -39,7 +39,7 @@ function DevNull(opts) {
39
opts = opts || {};
40
stream.Writable.call(this, opts);
41
42
-};
+}
43
44
// step 1 - to extend the Writable Class
45
util.inherits(DevNull, stream.Writable);
0 commit comments