Skip to content

Commit

Permalink
remove log of mounted error
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Nov 27, 2024
1 parent cf31d43 commit a4e5350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class Drive implements Contents.IDrive {
});
this._drivesList.filter(x => x.name === localPath)[0].mounted = true;
} catch (e) {
console.log(e);
// it will give an error if drive is already mounted
}
}

Expand Down

0 comments on commit a4e5350

Please sign in to comment.