Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit 976d995
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Oct 24, 2024
1 parent 976d995 commit 8c2b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reciple/src/classes/ModuleLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ModuleLoader {
const folderPath = path.isAbsolute(folder) ? folder : path.join(cwd, folder);

if (isDynamicPattern(folder, { cwd })) {
let dirs = await globby(folder, {
const dirs = await globby(folder, {
cwd: process.cwd(),
onlyDirectories: true,
absolute: true,
Expand Down

0 comments on commit 8c2b0ef

Please sign in to comment.