We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d03015 commit 0c8ebfdCopy full SHA for 0c8ebfd
src/utils.js
@@ -260,7 +260,7 @@ function normalizePath(file) {
260
}
261
262
// eslint-disable-next-line no-control-regex
263
-const filenameReservedRegex = /[<>:"/\\|?*]/g;
+const filenameReservedRegex = /[<>:"/\\|?*\s]/g;
264
265
const reControlChars = /[\u0000-\u001f\u0080-\u009f]/g;
266
0 commit comments