Skip to content

Commit

Permalink
Log project root
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 4, 2024
1 parent 8a17339 commit 06844d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export function initFileSearchChannel(channel: Channel, options: Options) {

const projectRoot = getProjectRoot();

console.log({ projectRoot });

const files = await searchFiles(searchQuery, projectRoot, rendererName);

/**
Expand Down

0 comments on commit 06844d3

Please sign in to comment.