Skip to content

Commit

Permalink
add another debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
yonip23 committed Nov 16, 2023
1 parent e7400e5 commit 08e58fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class WorkspaceListenerService {
.reduceOrNull { acc, cur -> acc.plus(cur) }

if (rootPaths.isNullOrEmpty()) return
Logger.getInstance(javaClass).info("All Root paths collected: $rootPaths")

binaryRequestFacade.executeRequest(Workspace(rootPaths))
}
Expand Down

0 comments on commit 08e58fa

Please sign in to comment.