Skip to content

Commit

Permalink
Merge pull request #69 from thenorthsolution/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
catplvsplus authored Oct 25, 2024
2 parents 976d995 + 8c2b0ef commit 20565fd
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 20565fd

Please sign in to comment.