ocrservice
Advanced tools
Comparing version 0.1.59 to 0.1.60
@@ -570,3 +570,3 @@ (function() { | ||
this.once('internalboxes', function(res, codes) { | ||
if (typeof res !== 'undefined' && res.length > 0 && res[0].box.length === 1) { | ||
if (typeof res !== 'undefined' && res.length > 0 && typeof res[0].box !== 'undefined' && res[0].box.length === 1) { | ||
return this.emit('boxes', res, codes); | ||
@@ -573,0 +573,0 @@ } else { |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.1.59", | ||
"version": "0.1.60", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">=0.12.0" |
Sorry, the diff of this file is not supported yet
212434