We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79085e commit e54e170Copy full SHA for e54e170
appsrc/util/pathmaker.js
@@ -93,7 +93,7 @@ export function userDbPath (userId) {
93
}
94
95
export function sanitize (file) {
96
- const sane = file.replace(/[^a-zA-Z0-9_. -]/g, '').replace(/[\s]+/, ' ')
+ const sane = file.replace(/[^a-zA-Z0-9_ -]/g, '').replace(/[\s]+/, ' ')
97
if (sane.length > 0) {
98
return sane
99
} else {
0 commit comments