Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 367391ac49 |
@ -852,7 +852,7 @@ module.exports = class ExecutorService {
|
|||||||
|
|
||||||
static async grepTool(searchStrings) {
|
static async grepTool(searchStrings) {
|
||||||
const results = {};
|
const results = {};
|
||||||
const directories = ['app/backend/', 'app/frontend/'];
|
const directories = ['./app/backend/', './app/frontend/'];
|
||||||
const excludeDirs = ['node_modules'];
|
const excludeDirs = ['node_modules'];
|
||||||
|
|
||||||
for (const searchString of searchStrings) {
|
for (const searchString of searchStrings) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user