Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MS] Create the mountpoint folder before adding a link to it in the sidebar #8840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Max-7
Copy link
Contributor

@Max-7 Max-7 commented Nov 4, 2024

Closes #8820

  • Keep changes in the pull request as small as possible
  • Ensure the commit history is sanitized
  • Give a meaningful title to your PR
  • Describe your changes
  • Link any related issue in the description

@Max-7 Max-7 marked this pull request as ready for review November 4, 2024 11:48
@Max-7 Max-7 requested a review from a team as a code owner November 4, 2024 11:48
@Max-7 Max-7 force-pushed the ms-create-mountpoint-folder branch from 69cb9ca to 26ad562 Compare November 4, 2024 13:17
@@ -213,6 +214,7 @@ export class ElectronCapacitorApp {
}

updateMountpoint(path: string): void {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
updateMountpoint(path: string): void {
createAndRegisterBaseMountpointFolder(path: string): void {

I suggest to rename the method to something that reflect what the method do and give more hint about the path value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make sure that mountpoint folder exists before creating a link to it in the sidebar
2 participants