We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WSL starting in Windows 1803 allows file systems to be mounted in places other than /mnt by configuration.
/mnt
I've taken to mounting them simply in / so that I can access /c/window-stuff. For example:
/
/c/window-stuff
[automount] enabled = true root = /
The causes the launcher to fail to make a temp directory due to this line:
chrome-launcher/src/utils.ts
Line 88 in dd5fdd4
It makes an assumption about where the windows file system is mounted.
The text was updated successfully, but these errors were encountered:
I'm happy to make a pull request to address the issue if anyone has a good idea on how to address this.
Sorry, something went wrong.
yah would be happy to get a PR for this.
wslpath
Successfully merging a pull request may close this issue.
WSL starting in Windows 1803 allows file systems to be mounted in places other than
/mnt
by configuration.I've taken to mounting them simply in
/
so that I can access/c/window-stuff
. For example:The causes the launcher to fail to make a temp directory due to this line:
chrome-launcher/src/utils.ts
Line 88 in dd5fdd4
It makes an assumption about where the windows file system is mounted.
The text was updated successfully, but these errors were encountered: