Updates
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ function slugify(str) {
|
||||
.replace(/^-/, "")
|
||||
.replace(/-$/, "");
|
||||
}
|
||||
catch ( /** @type {any} */error) {
|
||||
catch (error) {
|
||||
console.log(`Slugify ERROR: ${error.message}`);
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user