chore: update doc string

This commit is contained in:
Methapon2001 2023-11-24 13:51:38 +07:00
parent 093eb7df85
commit 21ee86ef4a
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -13,6 +13,7 @@ function safePath(path: string) {
/**
* Replace illegal character eg. ? % < > / \ : | that can't be in path with "-".
* Used when create folder / dir through api
* @param path - string to check and replace
* @returns path with illegal character replaced with "-"
*/