fresh icon indicating copy to clipboard operation
fresh copied to clipboard

fix: ensure file paths in snapshot.json uses /

Open csvn opened this issue 1 year ago • 1 comments

Avoids \\\\ paths ending up in snapshot.json when using deno task build on Windows. Backslashes do not which pathnames in URLs, so these assets are not returned.

Closes #2703

csvn avatar Oct 11 '24 10:10 csvn

I think perhaps the .addProcessedFile() will produce the same error, but I only fixed this for the "Un"-processed files.

csvn avatar Oct 11 '24 11:10 csvn