dev-null icon indicating copy to clipboard operation
dev-null copied to clipboard

/dev/null for node streams

Results 1 dev-null issues
Sort by recently updated
recently updated
newest added

Writing to dev-null in object mode gives: ``` (node:74521) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be one of type string or Buffer. Received type object at validChunk (_stream_writable.js:265:10) at...