Skip to content

Commit

Permalink
Merge pull request #235 from qgustavor/next
Browse files Browse the repository at this point in the history
Hotfix - v1.3.5
  • Loading branch information
qgustavor authored Dec 10, 2024
2 parents 2e67c5e + 55d4fcc commit 56c20be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/file.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class File extends EventEmitter {
this.directory = !!opt.t
this.owner = opt.u
this.name = null
if (this.directory && this.children) this.children = []
if (this.directory && !this.children) this.children = []

if (!aes || !opt.k) return

Expand Down

0 comments on commit 56c20be

Please sign in to comment.