Skip to content

Commit

Permalink
code indexing fails if there are any errors iterating over the projec…
Browse files Browse the repository at this point in the history
…t directories
  • Loading branch information
jjallaire committed Aug 25, 2011
1 parent 7740d1f commit 1a45e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/modules/SessionCodeSearch.cpp
Expand Up @@ -76,7 +76,7 @@ class SourceFileIndexer : boost::noncopyable
if (error)
{
LOG_ERROR(error);
return true;
return false;
}

// index
Expand Down

0 comments on commit 1a45e14

Please sign in to comment.