Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -58,8 +58,9 @@ const cliConnection = async ( req, res ) => { | ... | @@ -58,8 +58,9 @@ const cliConnection = async ( req, res ) => { |
| 58 | return false; | 58 | return false; |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | - searchData = searchData[ 0 ].concat( searchData[ 1 ] ); | 61 | + |
| 62 | try { | 62 | try { |
| 63 | + searchData = searchData[ 0 ].concat( searchData[ 1 ] ); | ||
| 63 | searchData = await machineRead( searchData, analyzeData.keywordText ); | 64 | searchData = await machineRead( searchData, analyzeData.keywordText ); |
| 64 | } | 65 | } |
| 65 | catch ( err ) { | 66 | catch ( err ) { | ... | ... |
-
Please register or login to post a comment