Skip to content

Commit 0aad6b9

Browse files
lukesneeringerstephenplusplus
authored andcommitted
Mark a single line of Vision uncovered. (#2169)
1 parent f98cbf8 commit 0aad6b9

File tree

1 file changed

+1
-0
lines changed
  • packages/google-cloud-vision/src

1 file changed

+1
-0
lines changed

packages/google-cloud-vision/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ Vision.prototype.detect = function(images, options, callback) {
485485

486486
for (var prop in annotation) {
487487
if (prop !== requestedAnnotationType && prop !== 'error') {
488+
/* istanbul ignore next */
488489
delete annotation[prop];
489490
}
490491
}

0 commit comments

Comments
 (0)