Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bluejoyq
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
bluejoyq
2019-12-10 17:44:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0858f51f556f6b3eefa21c58d8a36a4eec688050
0858f51f
1 parent
47a04af4
edit for try catch
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
api/cliConnection.js
api/cliConnection.js
View file @
0858f51
...
...
@@ -58,8 +58,9 @@ const cliConnection = async ( req, res ) => {
return
false
;
}
searchData
=
searchData
[
0
].
concat
(
searchData
[
1
]
);
try
{
searchData
=
searchData
[
0
].
concat
(
searchData
[
1
]
);
searchData
=
await
machineRead
(
searchData
,
analyzeData
.
keywordText
);
}
catch
(
err
)
{
...
...
Please
register
or
login
to post a comment