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

File names containing ':' are showing warnings in windows #630

Open
matttdawson opened this issue Sep 3, 2024 · 0 comments
Open

File names containing ':' are showing warnings in windows #630

matttdawson opened this issue Sep 3, 2024 · 0 comments

Comments

@matttdawson
Copy link

matttdawson commented Sep 3, 2024

':' is invalid in windows, so the file's are not created/deleted immediately.

Intellij IDEA 2024.2.1 (Ultimate edition)
"@testing-library/jest-dom": "^6.5.0"

[647239]   WARN - #c.i.o.v.i.l.LocalFileSystemBase - Illegal char <:> at index 115: 
[redacted] /web/node_modules/@testing-library/jest-dom/node_modules/bun:test
java.nio.file.InvalidPathException: Illegal char <:> at index 115: [redacted]/web/node_modules/@testing-library/jest-dom/node_modules/bun:test
	at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:199)
	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:175)
	at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
	at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
	at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:231)
	at java.base/java.nio.file.Path.of(Path.java:148)
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

No branches or pull requests

1 participant