cspell-io
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.1.7](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.6...cspell-io@4.1.7) (2020-11-29) | ||
**Note:** Version bump only for package cspell-io | ||
## [4.1.6](https://github.com/streetsidesoftware/cspell/compare/cspell-io@4.1.5...cspell-io@4.1.6) (2020-11-17) | ||
@@ -8,0 +16,0 @@ |
@@ -103,3 +103,3 @@ "use strict"; | ||
const p = pending.shift(); | ||
p.reject(error); | ||
p === null || p === void 0 ? void 0 : p.reject(error); | ||
return; | ||
@@ -110,3 +110,5 @@ } | ||
const b = buffer.shift(); | ||
p.resolve({ done: false, value: b }); | ||
if (b !== undefined && p) { | ||
p.resolve({ done: false, value: b }); | ||
} | ||
} | ||
@@ -118,3 +120,3 @@ if (!done) { | ||
const p = pending.shift(); | ||
p.resolve({ done }); | ||
p === null || p === void 0 ? void 0 : p.resolve({ done, value: undefined }); | ||
} | ||
@@ -121,0 +123,0 @@ } |
{ | ||
"name": "cspell-io", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "A library of useful I/O functions used across various cspell tools.", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "9e28c1b0632b8da82879cd3a03eb42169cd3d95e" | ||
"gitHead": "1b26b54c14f282ec25d374dc86027de51e5feeb9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13440
244