thread-loader
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/webpack-contrib/thread-loader/compare/v1.0.1...v1.0.2) (2017-05-27) | ||
### Bug Fixes | ||
* **resolve:** fix incorrect method for sending message ([bb92a28](https://github.com/webpack-contrib/thread-loader/commit/bb92a28)) | ||
<a name="1.0.1"></a> | ||
@@ -7,0 +17,0 @@ ## 1.0.1 (2017-04-28) |
@@ -188,3 +188,3 @@ 'use strict'; | ||
_data.resolve(context, request, function (error, result) { | ||
_this2.worker.send({ | ||
_this2.writeJson({ | ||
type: 'result', | ||
@@ -191,0 +191,0 @@ id: questionId, |
{ | ||
"name": "thread-loader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Runs the following loaders in a worker pool.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.js", |
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
28275