Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "q-io", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Q Promise wrappers for Node's IO.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/q-io/", |
@@ -138,3 +138,2 @@ | ||
self.write = function (content) { | ||
console.log('write', content); | ||
if (!_stream.writeable && !_stream.writable) | ||
@@ -141,0 +140,0 @@ return Q.reject("Stream not writable"); |
Sorry, the diff of this file is not supported yet
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
8491
200