Comparing version 2.3.6 to 2.3.7
@@ -0,1 +1,5 @@ | ||
2.3.7 | ||
----- | ||
* dont send result immediately in case request is a synchronous call - @chkhoo #39 | ||
2.3.6 | ||
@@ -2,0 +6,0 @@ ----- |
@@ -124,3 +124,6 @@ // Generated by CoffeeScript 1.9.0 | ||
hub.emit('fetchError', logLine); | ||
return sendResult(error, body); | ||
process.nextTick(function() { | ||
return sendResult(error, body); | ||
}); | ||
return; | ||
} | ||
@@ -127,0 +130,0 @@ apiError = null; |
{ | ||
"name": "gofer", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "A general purpose service client library for node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/gofer.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
59002
850