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) {