pino-webpack-plugin icon indicating copy to clipboard operation
pino-webpack-plugin copied to clipboard

Fix escape backslashes in file paths on Windows

Open NHZEX opened this issue 3 years ago • 3 comments

The current implementation for handling file paths on Windows is causing issues when using the \ separator. This is because the \ sequence is being treated as an escape sequence, which leads to the incorrect parsing of file paths.

NHZEX avatar Apr 20 '23 12:04 NHZEX

Thanks for your pull request. You can see that CI is red, can you please fix it? Also, as part of this it would be good if we changed CI to also run on Windows, so that we can actually check that this change works correctly

simoneb avatar Apr 20 '23 14:04 simoneb

what's missing here?

mcollina avatar May 03 '23 14:05 mcollina

Sorry, I encountered many errors in the Windows test, but I don't have more time to solve them. Anyone is welcome to take over this pull request, or I can convert it into an issue.

NHZEX avatar May 03 '23 14:05 NHZEX