Comparing version 2.1.0 to 2.1.1
@@ -34,3 +34,3 @@ "use strict"; | ||
if (typeof line !== 'string') { | ||
setImmediate(processNextLine); | ||
setImmediate(() => processNextLine(state)); | ||
return; | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "stdio", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Standard input/output manager for Node.js", | ||
@@ -12,2 +12,3 @@ "files": [ | ||
"build": "tsc", | ||
"codecov": "codecov -t $CODECOV_TOKEN", | ||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
@@ -48,2 +49,3 @@ "lint": "eslint --config .eslintrc.json --fix src/**/*.ts test/**/*.ts", | ||
"@typescript-eslint/parser": "^2.7.0", | ||
"codecov": "^3.6.5", | ||
"eslint": "^6.6.0", | ||
@@ -50,0 +52,0 @@ "eslint-config-prettier": "^6.5.0", |
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
39039
17