@farar/nodes
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -82,3 +82,6 @@ "use strict"; | ||
if (this[exports.$queue].length === 0) { | ||
if (!this[exports.$stream].write(data, encoding ?? 'utf-8')) { | ||
if (this[exports.$stream].write(data, encoding ?? 'utf-8')) { | ||
return; | ||
} | ||
else { | ||
await (0, node_events_1.once)(this[exports.$stream], 'drain'); | ||
@@ -85,0 +88,0 @@ } |
{ | ||
"name": "@farar/nodes", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -43,3 +43,3 @@ # Nodes | ||
### *A Graph API Pattern Logger Implementation* <sup><sup>(example)</sup></sup> | ||
### *A Graph API Pattern Logger Implementation* <sup><sup>\</example\></sup></sup> | ||
Please see the [Streams Logger](https://github.com/faranalytics/streams-logger) implementation. | ||
@@ -46,0 +46,0 @@ |
37936
703