@adobe/aio-lib-cloudmanager
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,4 +11,5 @@ { | ||
}], | ||
"no-console": ["error"], | ||
"aio-lib-cloudmanager-error-codes": "error" | ||
} | ||
} |
# Changelog | ||
## [1.1.1](https://github.com/adobe/aio-lib-cloudmanager/compare/1.1.0...1.1.1) (2021-06-30) | ||
### Bug Fixes | ||
* remove console.log statement from tailExecutionStepLog. fixes [#172](https://github.com/adobe/aio-lib-cloudmanager/issues/172) ([#173](https://github.com/adobe/aio-lib-cloudmanager/issues/173)) ([87f3692](https://github.com/adobe/aio-lib-cloudmanager/commit/87f3692fe66c7df6c3657e088e48d764976540fd)) | ||
# [1.1.0](https://github.com/adobe/aio-lib-cloudmanager/compare/1.0.1...1.1.0) (2021-06-30) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@adobe/aio-lib-cloudmanager", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Adobe I/O Cloud Manager Library", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -671,3 +671,2 @@ /* | ||
currentStartLimit = parseInt(currentStartLimit) + parseInt(contentLength) | ||
console.log(currentStartLimit) | ||
} else if (res.status === 416 || res.status === 404) { | ||
@@ -674,0 +673,0 @@ // 416 means there's more data potentially available; 404 means the log isn't ready yet |
1865351