Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Aug 22, 2018
1 parent dd13d47 commit e0a6826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/services/search/node/fileSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export class FileWalker {

public getStats(): ISearchEngineStats {
return {
cmdTime: this.cmdSW.elapsed(),
cmdTime: this.cmdSW && this.cmdSW.elapsed(),
fileWalkTime: this.fileWalkSW.elapsed(),
traversal: Traversal[this.traversal],
directoriesWalked: this.directoriesWalked,
Expand Down

0 comments on commit e0a6826

Please sign in to comment.