Skip to content

Commit 8ac8982

Browse files
committed
fix: withContent on load
1 parent a5e8a0f commit 8ac8982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/utils",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon",

src/Classes/Folder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ export class Folder {
647647
const name = resolve(path, dirent.name)
648648

649649
if (dirent.isDirectory()) {
650-
folders.push(new Folder(name).load())
650+
folders.push(new Folder(name).load({ withFileContent }))
651651

652652
return
653653
}

0 commit comments

Comments
 (0)