Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Conversation

@erossignon
Copy link
Contributor

No description provided.

lib/common.ts Outdated
return `${file[0]}:\\snapshot${file.slice(2)}`;
// by convention, on windows we use C:\\snapshot
const pathInSnapshot = `C:\\snapshot${file.slice(2)}`;
return pathInSnapshot;
Copy link
Contributor

Choose a reason for hiding this comment

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

return directly here?

lg2m in principle.

Copy link
Contributor Author

@erossignon erossignon Jun 6, 2021

Choose a reason for hiding this comment

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

Yes, , I had a console.log at some point while developing, hence I stored the intermediate result in a variable.

Btw, I am struggling to find a way to create a non-regression test for this issue. as I am not sure we can easily create an alternative drive on the CI/CD Windows build image.

Copy link
Contributor

Choose a reason for hiding this comment

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

You can mount a VHD.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I found that subst H: C:\MyFolder will work.

@erossignon erossignon force-pushed the BugFix/Issue1207 branch 4 times, most recently from ff17ffe to 80e45cd Compare June 6, 2021 20:13
@jesec jesec merged commit 96eceed into vercel:master Jun 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants