From 367391ac49626a2ca9f034a9f2914048f4f8d51f Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 3 Apr 2025 21:57:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20app-shell/src/services/executor.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-shell/src/services/executor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shell/src/services/executor.js b/app-shell/src/services/executor.js index b59808d..6991abf 100644 --- a/app-shell/src/services/executor.js +++ b/app-shell/src/services/executor.js @@ -852,7 +852,7 @@ module.exports = class ExecutorService { static async grepTool(searchStrings) { const results = {}; - const directories = ['app/backend/', 'app/frontend/']; + const directories = ['./app/backend/', './app/frontend/']; const excludeDirs = ['node_modules']; for (const searchString of searchStrings) {