python-shell
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -215,10 +215,3 @@ var EventEmitter = require('events').EventEmitter; | ||
parts.forEach(function (part) { | ||
try { | ||
self.emit('message', self.parser(part)); | ||
} catch(err) { | ||
self.emit('error', extend( | ||
new Error('invalid message: ' + data + ' >> ' + err), | ||
{ inner: err, data: part} | ||
)); | ||
} | ||
self.emit('message', self.parser(part)); | ||
}); | ||
@@ -225,0 +218,0 @@ |
{ | ||
"name": "python-shell", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28113
439