log error when step in sync process fails.
This commit is contained in:
parent
4f5206d18e
commit
ea2fcb56ab
2 changed files with 19 additions and 18 deletions
server/controllers
|
@ -479,7 +479,7 @@ class LighthouseControllers {
|
|||
}
|
||||
if (pResult._source.value &&
|
||||
pResult._source.value.stream &&
|
||||
pResult._source.value.stream !== undefined){
|
||||
pResult._source.value.stream !== undefined) {
|
||||
var title = pResult._source.value.stream.metadata.title;
|
||||
var author = pResult._source.value.stream.metadata.author;
|
||||
if (title.indexOf(ctx.query.s.trim()) > -1 && title.indexOf('http') === -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue