chore(FEEDBACK-0001): linting
This commit is contained in:
@@ -141,7 +141,12 @@ export class LocalCrawler {
|
||||
});
|
||||
|
||||
// Crawl the worktree and stamp the result with the git-resolved metadata.
|
||||
const result = await this.crawlDirectory(worktreePath, options.config, options.onProgress, ref);
|
||||
const result = await this.crawlDirectory(
|
||||
worktreePath,
|
||||
options.config,
|
||||
options.onProgress,
|
||||
ref
|
||||
);
|
||||
|
||||
return { ...result, commitSha };
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user