Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Oct 24, 2024
1 parent 7784440 commit 621d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s3contents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export class Drive implements Contents.IDrive {
): Promise<Contents.IModel> {
path = path.replace(this._name + '/', '');

// format root the first time this gets called
// format root the first time contents are retrieved
if (!this._isRootFormatted) {
this.formatRoot(this._root ?? '').then((root: string) => {
this._root = root;
Expand Down

0 comments on commit 621d8e1

Please sign in to comment.